Skip to content

Commit

Permalink
Merge NixOS#80460: maintainers: fix 0x4A6F
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Feb 18, 2020
2 parents fa7dcc7 + 4b33402 commit 1b96f9b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion pkgs/applications/qubes/qubes-core-vchan-xen/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}
Expand Down
2 changes: 1 addition & 1 deletion pkgs/applications/window-managers/cwm/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
Expand Down
2 changes: 1 addition & 1 deletion pkgs/tools/networking/pmacct/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}

0 comments on commit 1b96f9b

Please sign in to comment.