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 -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/";