sabnzbd: add jojosch as maintainer

This commit is contained in:
Johannes Schleifenbaum
2021-12-06 21:08:19 +01:00
committed by Bjørn Forsman
parent 68bce5b377
commit 12efd19b16
+1 -1
View File
@@ -53,6 +53,6 @@ in stdenv.mkDerivation rec {
homepage = "https://sabnzbd.org";
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with lib.maintainers; [ fridh ];
maintainers = with lib.maintainers; [ fridh jojosch ];
};
}