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"; github = "nocoolnametom";
name = "Tom Doggett"; name = "Tom Doggett";
}; };
nonfreeblob = {
email = "nonfreeblob@yandex.com";
github = "nonfreeblob";
name = "nonfreeblob";
};
notthemessiah = { notthemessiah = {
email = "brian.cohen.88@gmail.com"; email = "brian.cohen.88@gmail.com";
github = "notthemessiah"; github = "notthemessiah";

View File

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