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
@@ -53,7 +53,7 @@ in stdenv.mkDerivation rec {
description = "A suite of small networking utilities for Unix systems";
platforms = stdenv.lib.platforms.all;
license = stdenv.lib.licenses.isc;
maintainers = with stdenv.lib.maintainers; [ pmahoney ];
maintainers = with stdenv.lib.maintainers; [ pmahoney Profpatsch ];
};
}