Merge pull request #44955 from nonfreeblob/fix

Delete outdated info
This commit is contained in:
Samuel Dionne-Riel 2018-08-12 19:53:50 -04:00 committed by GitHub
commit d08d9b9dc8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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; [];
}; };
} }