meta: Add sheenobu as maintainer for relevant packages.

freeradius: add sheenobu as maintainer

sipsak: add sheenobu as maintainer
This commit is contained in:
Sheena Artrip 2016-03-15 21:44:44 -04:00
parent 3794654c00
commit 0cae22a370
2 changed files with 2 additions and 0 deletions

View file

@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
homepage = http://freeradius.org/;
description = "A modular, high performance free RADIUS suite";
license = stdenv.lib.licenses.gpl2;
maintainers = with maintainers; [ sheenobu ];
};
}

View file

@ -19,6 +19,7 @@ stdenv.mkDerivation rec {
homepage = https://github.com/sipwise/sipsak;
description = "SIP Swiss army knife";
license = stdenv.lib.licenses.gpl2;
maintainers = with maintainers; [ sheenobu ];
};
}