maintainers: capitalize the Profpatsch attribute (vanity)
Since I’m already at it, this has been bothering me for a while.
This commit is contained in:
@@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = https://beej.us/guide/bgnet/;
|
||||
license = lib.licenses.unfree;
|
||||
|
||||
maintainers = with lib.maintainers; [ profpatsch ];
|
||||
maintainers = with lib.maintainers; [ Profpatsch ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
homepage = http://mustache.github.io/;
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ profpatsch ];
|
||||
maintainers = with lib.maintainers; [ Profpatsch ];
|
||||
platforms = lib.platforms.all;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user