3
0
Fork 0
forked from mirrors/nixpkgs

maintainers: fix 0x4A6F

This commit is contained in:
0x4A6F 2020-02-11 19:29:51 +01:00
parent dd7f6b0c6b
commit 4b33402d30
No known key found for this signature in database
GPG key ID: 8DEDBA5BE07080E1
3 changed files with 3 additions and 3 deletions

View file

@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
description = "Libraries required for the higher-level Qubes daemons and tools"; description = "Libraries required for the higher-level Qubes daemons and tools";
homepage = "https://qubes-os.org"; homepage = "https://qubes-os.org";
license = licenses.gpl2Plus; license = licenses.gpl2Plus;
maintainers = with maintainers; [ "0x4A6F" ]; maintainers = [ maintainers."0x4A6F" ];
platforms = platforms.linux; platforms = platforms.linux;
}; };
} }

View file

@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "A lightweight and efficient window manager for X11"; description = "A lightweight and efficient window manager for X11";
homepage = "https://github.com/leahneukirchen/cwm"; homepage = "https://github.com/leahneukirchen/cwm";
maintainers = with maintainers; [ "0x4A6F" mkf ]; maintainers = with maintainers; [ maintainers."0x4A6F" mkf ];
license = licenses.isc; license = licenses.isc;
platforms = platforms.linux; platforms = platforms.linux;
}; };

View file

@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
''; '';
homepage = "http://www.pmacct.net/"; homepage = "http://www.pmacct.net/";
license = licenses.gpl2; license = licenses.gpl2;
maintainers = with maintainers; [ "0x4A6F" ]; maintainers = [ maintainers."0x4A6F" ];
platforms = platforms.unix; platforms = platforms.unix;
}; };
} }