ivan: add myself as maintainer
This commit is contained in:
parent
249ba3d3ed
commit
a6781fabc1
@ -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";
|
||||
|
@ -39,6 +39,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = https://attnam.com/;
|
||||
license = licenses.gpl2Plus;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [];
|
||||
maintainers = with maintainers; [freepotion];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user