about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVladimír Čunát <v@cunat.cz>2020-02-18 21:28:27 +0100
committerVladimír Čunát <v@cunat.cz>2020-02-18 21:28:27 +0100
commit1b96f9b68c728985bb94bb19c095330538827138 (patch)
treedf0e646443b9614bab2d7f0745f8af8f4d710815
parentfa7dcc7b13637837d471c52f12cf76ccf73d3d22 (diff)
parent4b33402d30128fd9b81075c8cf67cb3fd1ea2a87 (diff)
downloadnixlib-1b96f9b68c728985bb94bb19c095330538827138.tar
nixlib-1b96f9b68c728985bb94bb19c095330538827138.tar.gz
nixlib-1b96f9b68c728985bb94bb19c095330538827138.tar.bz2
nixlib-1b96f9b68c728985bb94bb19c095330538827138.tar.lz
nixlib-1b96f9b68c728985bb94bb19c095330538827138.tar.xz
nixlib-1b96f9b68c728985bb94bb19c095330538827138.tar.zst
nixlib-1b96f9b68c728985bb94bb19c095330538827138.zip
Merge #80460: maintainers: fix 0x4A6F
-rw-r--r--pkgs/applications/qubes/qubes-core-vchan-xen/default.nix2
-rw-r--r--pkgs/applications/window-managers/cwm/default.nix2
-rw-r--r--pkgs/tools/networking/pmacct/default.nix2
3 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/qubes/qubes-core-vchan-xen/default.nix b/pkgs/applications/qubes/qubes-core-vchan-xen/default.nix
index e8241ede96cd..ecb9403be36e 100644
--- a/pkgs/applications/qubes/qubes-core-vchan-xen/default.nix
+++ b/pkgs/applications/qubes/qubes-core-vchan-xen/default.nix
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
     description = "Libraries required for the higher-level Qubes daemons and tools";
     homepage = "https://qubes-os.org";
     license = licenses.gpl2Plus;
-    maintainers = with maintainers; [ "0x4A6F" ];
+    maintainers = [ maintainers."0x4A6F" ];
     platforms = platforms.linux;
   };
 }
diff --git a/pkgs/applications/window-managers/cwm/default.nix b/pkgs/applications/window-managers/cwm/default.nix
index 53489eca3a06..0e57643c64d3 100644
--- a/pkgs/applications/window-managers/cwm/default.nix
+++ b/pkgs/applications/window-managers/cwm/default.nix
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
   meta = with stdenv.lib; {
     description = "A lightweight and efficient window manager for X11";
     homepage    = "https://github.com/leahneukirchen/cwm";
-    maintainers = with maintainers; [ "0x4A6F" mkf ];
+    maintainers = with maintainers; [ maintainers."0x4A6F" mkf ];
     license     = licenses.isc;
     platforms   = platforms.linux;
   };
diff --git a/pkgs/tools/networking/pmacct/default.nix b/pkgs/tools/networking/pmacct/default.nix
index 5d0c5cccdedb..861c44ef70fe 100644
--- a/pkgs/tools/networking/pmacct/default.nix
+++ b/pkgs/tools/networking/pmacct/default.nix
@@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
     '';
     homepage = "http://www.pmacct.net/";
     license = licenses.gpl2;
-    maintainers = with maintainers; [ "0x4A6F" ];
+    maintainers = [ maintainers."0x4A6F" ];
     platforms = platforms.unix;
   };
 }