Merge pull request #87147 from snicket2100/ums-maintainer

ums: added snicket2100 as maintainer
gstqt5
Ryan Mulligan 2020-05-06 20:58:54 -07:00 committed by GitHub
commit f68f909524
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -37,6 +37,6 @@ stdenv.mkDerivation rec {
description = "Universal Media Server: a DLNA-compliant UPnP Media Server";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.thall ];
maintainers = with stdenv.lib.maintainers; [ thall snicket2100 ];
};
}