meta: Add sheenobu as maintainer for relevant packages.
freeradius: add sheenobu as maintainer sipsak: add sheenobu as maintainer
This commit is contained in:
parent
3794654c00
commit
0cae22a370
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 ];
|
||||
};
|
||||
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue