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:
@@ -22,5 +22,5 @@ mkDerivation rec {
|
||||
|
||||
description = "An experimental package manager for PureScript";
|
||||
license = licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ profpatsch ];
|
||||
maintainers = with lib.maintainers; [ Profpatsch ];
|
||||
}
|
||||
|
||||
@@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
|
||||
description = "Mount Android phones on Linux with adb, no root required";
|
||||
inherit (src.meta) homepage;
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ profpatsch ];
|
||||
maintainers = with maintainers; [ Profpatsch ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user