opustags: add SuperSandro2000 as maintainer

This commit is contained in:
Sandro Jäckel 2020-11-26 01:33:08 +01:00
parent e0090f93e9
commit 9796f668e2
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
description = "Ogg Opus tags editor";
platforms = platforms.all;
broken = stdenv.isDarwin;
maintainers = [ maintainers.kmein ];
maintainers = with maintainers; [ kmein SuperSandro2000 ];
license = licenses.bsd3;
};
}