Add myself as maintainer for skarnet software

This commit is contained in:
Patrick Mahoney
2015-06-01 15:20:56 -05:00
parent 70cb6e67c0
commit 9835f18fbd
7 changed files with 7 additions and 0 deletions
@@ -39,6 +39,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 ];
};
}