Merge pull request #95553 from zowoq/rename-maintainers
maintainers: prefix number with underscore
This commit is contained in:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user