Merge pull request #95553 from zowoq/rename-maintainers

maintainers: prefix number with underscore
This commit is contained in:
Frederik Rietdijk
2020-08-18 11:30:24 +02:00
committed by GitHub
34 changed files with 44 additions and 40 deletions
+1 -1
View File
@@ -56,7 +56,7 @@ stdenv.mkDerivation rec {
'';
homepage = "http://www.pmacct.net/";
license = licenses.gpl2;
maintainers = [ maintainers."0x4A6F" ];
maintainers = with maintainers; [ _0x4A6F ];
platforms = platforms.unix;
};
}
+1 -1
View File
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
'';
homepage = "http://www.litech.org/tayga";
license = licenses.gpl2;
maintainers = [ maintainers."0x4A6F" ];
maintainers = with maintainers; [ _0x4A6F ];
platforms = platforms.linux;
};
}