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:
Profpatsch
2018-02-12 07:18:12 +01:00
parent 2922bee722
commit 53e790e7a8
22 changed files with 22 additions and 22 deletions

View File

@@ -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 ];
}