maintainers: rename charvp to chvp

This commit is contained in:
Charlotte Van Petegem 2021-02-20 12:03:24 +01:00
parent 020288102a
commit b344431946
No known key found for this signature in database
GPG key ID: 019E764B7184435A
4 changed files with 9 additions and 9 deletions

View file

@ -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";

View file

@ -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;
}; };
} }

View file

@ -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;
}; };
} }

View file

@ -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;
}; };
} }