systemd: add myself as maintainer

This commit is contained in:
Andreas Rammhold 2019-09-07 16:55:01 +02:00
parent f59b4cb8d5
commit 9c06aae94a
No known key found for this signature in database
GPG Key ID: E432E410B5E48C86

View File

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