summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSymphorien Gibol <symphorien+git@xlumurb.eu>2018-05-26 20:49:47 +0200
committerSymphorien Gibol <symphorien+git@xlumurb.eu>2018-05-26 20:49:47 +0200
commitb8ea160bf374a8208278aaf627d539ff1de1ce76 (patch)
tree85489b6d6924fe7341e848fd10010213bd717d79 /pkgs
parentf8d08ec818554293c22ca1cf1c500411a13c4560 (diff)
downloadnixlib-b8ea160bf374a8208278aaf627d539ff1de1ce76.tar
nixlib-b8ea160bf374a8208278aaf627d539ff1de1ce76.tar.gz
nixlib-b8ea160bf374a8208278aaf627d539ff1de1ce76.tar.bz2
nixlib-b8ea160bf374a8208278aaf627d539ff1de1ce76.tar.lz
nixlib-b8ea160bf374a8208278aaf627d539ff1de1ce76.tar.xz
nixlib-b8ea160bf374a8208278aaf627d539ff1de1ce76.tar.zst
nixlib-b8ea160bf374a8208278aaf627d539ff1de1ce76.zip
os-prober: add symphorien as maintainer
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/tools/misc/os-prober/default.nix5
1 files changed, 3 insertions, 2 deletions
diff --git a/pkgs/tools/misc/os-prober/default.nix b/pkgs/tools/misc/os-prober/default.nix
index f10ecbe2a5ed..c4a304e0d284 100644
--- a/pkgs/tools/misc/os-prober/default.nix
+++ b/pkgs/tools/misc/os-prober/default.nix
@@ -56,9 +56,10 @@ stdenv.mkDerivation rec {
     done;
   '';
 
-  meta = {
+  meta = with stdenv.lib; {
     description = "Utility to detect other OSs on a set of drives";
     homepage = http://packages.debian.org/source/sid/os-prober;
-    license = stdenv.lib.licenses.gpl2Plus;
+    license = licenses.gpl2Plus;
+    maintainers = with maintainers; [ symphorien ];
   };
 }