Drop maintainership for some packages
This commit is contained in:
@@ -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 ];
|
||||
};
|
||||
}
|
||||
|
||||
@@ -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/";
|
||||
|
||||
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user