Merge pull request #44992 from freepotion/ivan

ivan: maintainer update
This commit is contained in:
Jörg Thalheim
2018-08-14 10:31:08 +02:00
committed by GitHub
2 changed files with 6 additions and 1 deletions

View File

@@ -1382,6 +1382,11 @@
github = "fps";
name = "Florian Paul Schmidt";
};
freepotion = {
email = "freepotion@protonmail.com";
github = "freepotion";
name = "Free Potion";
};
Fresheyeball = {
email = "fresheyeball@gmail.com";
github = "fresheyeball";

View File

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