maintainers: rename charvp to chvp
This commit is contained in:
parent
020288102a
commit
b344431946
|
@ -1597,12 +1597,6 @@
|
||||||
githubId = 89596;
|
githubId = 89596;
|
||||||
name = "Florian Friesdorf";
|
name = "Florian Friesdorf";
|
||||||
};
|
};
|
||||||
charvp = {
|
|
||||||
email = "nixpkgs@cvpetegem.be";
|
|
||||||
github = "charvp";
|
|
||||||
githubId = 42220376;
|
|
||||||
name = "Charlotte Van Petegem";
|
|
||||||
};
|
|
||||||
chattered = {
|
chattered = {
|
||||||
email = "me@philscotted.com";
|
email = "me@philscotted.com";
|
||||||
name = "Phil Scott";
|
name = "Phil Scott";
|
||||||
|
@ -1711,6 +1705,12 @@
|
||||||
githubId = 2245737;
|
githubId = 2245737;
|
||||||
name = "Christopher Mark Poole";
|
name = "Christopher Mark Poole";
|
||||||
};
|
};
|
||||||
|
chvp = {
|
||||||
|
email = "nixpkgs@cvpetegem.be";
|
||||||
|
github = "chvp";
|
||||||
|
githubId = 42220376;
|
||||||
|
name = "Charlotte Van Petegem";
|
||||||
|
};
|
||||||
ciil = {
|
ciil = {
|
||||||
email = "simon@lackerbauer.com";
|
email = "simon@lackerbauer.com";
|
||||||
github = "ciil";
|
github = "ciil";
|
||||||
|
|
|
@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "A simple integrated development environment for Java";
|
description = "A simple integrated development environment for Java";
|
||||||
homepage = "https://www.bluej.org/";
|
homepage = "https://www.bluej.org/";
|
||||||
license = licenses.gpl2ClasspathPlus;
|
license = licenses.gpl2ClasspathPlus;
|
||||||
maintainers = [ maintainers.charvp ];
|
maintainers = [ maintainers.chvp ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -32,7 +32,7 @@ stdenv.mkDerivation rec {
|
||||||
description = "A simple integrated development environment for Java";
|
description = "A simple integrated development environment for Java";
|
||||||
homepage = "https://www.greenfoot.org/";
|
homepage = "https://www.greenfoot.org/";
|
||||||
license = licenses.gpl2ClasspathPlus;
|
license = licenses.gpl2ClasspathPlus;
|
||||||
maintainers = [ maintainers.charvp ];
|
maintainers = [ maintainers.chvp ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
@ -55,7 +55,7 @@ buildGoModule rec {
|
||||||
homepage = "https://maunium.net/go/gomuks/";
|
homepage = "https://maunium.net/go/gomuks/";
|
||||||
description = "A terminal based Matrix client written in Go";
|
description = "A terminal based Matrix client written in Go";
|
||||||
license = licenses.gpl3;
|
license = licenses.gpl3;
|
||||||
maintainers = with maintainers; [ charvp emily ];
|
maintainers = with maintainers; [ chvp emily ];
|
||||||
platforms = platforms.unix;
|
platforms = platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue