Merge pull request #13949 from sheenobu/meta/maintainers/sheenobu
meta: Add sheenobu as maintainer for relevant packages.
This commit is contained in:
commit
9f944fb642
|
@ -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 New Issue