skarnet software: add Profpatsch as maintainer

This commit is contained in:
Profpatsch
2018-07-25 00:06:31 +02:00
parent 710f0f8c10
commit 4295da8af4
8 changed files with 8 additions and 8 deletions
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
description = "A set of tiny general Unix utilities optimized for simplicity and small size";
platforms = platforms.all;
license = licenses.isc;
maintainers = with maintainers; [ pmahoney ];
maintainers = with maintainers; [ pmahoney Profpatsch ];
};
}