Delete outdated info

This commit is contained in:
nonfreeblob 2018-08-13 02:16:55 +03:00
parent 0b124c1e91
commit a6add56730
2 changed files with 1 additions and 6 deletions

View file

@ -2867,11 +2867,6 @@
github = "nocoolnametom";
name = "Tom Doggett";
};
nonfreeblob = {
email = "nonfreeblob@yandex.com";
github = "nonfreeblob";
name = "nonfreeblob";
};
notthemessiah = {
email = "brian.cohen.88@gmail.com";
github = "notthemessiah";

View file

@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
homepage = https://attnam.com/;
license = licenses.gpl2Plus;
platforms = platforms.linux;
maintainers = with maintainers; [nonfreeblob];
maintainers = with maintainers; [];
};
}