systemd: add myself as maintainer

This commit is contained in:
Jörg Thalheim 2019-09-23 09:42:46 +01:00
parent 53fb1c512a
commit 1e8772375e
No known key found for this signature in database
GPG key ID: B3F5D81B0C6967C4

View file

@ -231,6 +231,6 @@ in stdenv.mkDerivation {
license = licenses.lgpl21Plus;
platforms = platforms.linux;
priority = 10;
maintainers = with maintainers; [ eelco andir ];
maintainers = with maintainers; [ eelco andir mic92 ];
};
}