yle-dl: Add SuperSandro2000 as maintainer

This commit is contained in:
Sandro Jäckel
2020-10-28 13:47:13 -07:00
committed by Jonathan Ringer
parent ee2e2c1032
commit cedc271c91
+1 -1
View File
@@ -23,7 +23,7 @@ python3Packages.buildPythonApplication rec {
description = "Downloads videos from Yle (Finnish Broadcasting Company) servers";
homepage = "https://aajanki.github.io/yle-dl/";
license = licenses.gpl3Plus;
maintainers = [ maintainers.dezgeg ];
maintainers = with maintainers; [ dezgeg SuperSandro2000 ];
platforms = platforms.linux;
};
}