Drop maintainership for some packages

This commit is contained in:
Robert Helgesson
2021-04-18 09:00:18 +02:00
parent 38cef0ba3b
commit 831e64bad4
20 changed files with 8 additions and 39 deletions
-1
View File
@@ -47,6 +47,5 @@ in stdenv.mkDerivation rec {
description = "Command-line tool to download videos from svtplay.se and other sites";
license = licenses.mit;
platforms = lib.platforms.unix;
maintainers = [ maintainers.rycee ];
};
}
+1 -1
View File
@@ -21,7 +21,7 @@ stdenv.mkDerivation rec {
meta = with lib; {
description = "A clock application that morphs digits when they are changed";
maintainers = with maintainers; [ raskin rycee ];
maintainers = with maintainers; [ raskin ];
platforms = with platforms; linux ++ freebsd;
license = licenses.free; #TODO BSD on Gentoo, looks like MIT
downloadPage = "http://www.jwz.org/xdaliclock/";
-1
View File
@@ -16,7 +16,6 @@ python3Packages.buildPythonApplication {
description = "Tool to convert XDXF dictionary files to slob format";
homepage = "https://github.com/itkach/xdxf2slob/";
license = licenses.gpl3;
maintainers = [ maintainers.rycee ];
platforms = platforms.all;
};
}