Merge pull request #13949 from sheenobu/meta/maintainers/sheenobu

meta: Add sheenobu as maintainer for relevant packages.
This commit is contained in:
Robin Gloster 2016-03-16 03:22:20 +01:00
commit 9f944fb642
2 changed files with 2 additions and 0 deletions

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

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