libbsd: add myself as maintainer

This commit is contained in:
Matthew Bauer 2017-11-13 00:31:37 -06:00
parent ff0ac72719
commit 6b0e1910af

View File

@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
homepage = https://libbsd.freedesktop.org/;
license = licenses.bsd3;
platforms = platforms.linux ++ platforms.darwin;
maintainers = with maintainer; [ matthewbauer ];
};
}