forked from mirrors/nixpkgs
maintainers: fix 0x4A6F
This commit is contained in:
parent
dd7f6b0c6b
commit
4b33402d30
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue