maintainer-list: countingsort -> buffet

This commit is contained in:
buffet 2019-01-07 00:10:46 +01:00
parent 535a6db25f
commit 445c73afed
2 changed files with 6 additions and 6 deletions

View file

@ -669,6 +669,11 @@
github = "bstrik";
name = "Berno Strik";
};
buffet = {
email = "niclas@countingsort.com";
github = "buffet";
name = "Niclas Meyer";
};
bugworm = {
email = "bugworm@zoho.com";
github = "bugworm";
@ -927,11 +932,6 @@
github = "couchemar";
name = "Andrey Pavlov";
};
countingsort = {
email = "niclas@countingsort.com";
github = "countingsort";
name = "Niclas Meyer";
};
cpages = {
email = "page@ruiec.cat";
github = "cpages";

View file

@ -20,6 +20,6 @@ stdenv.mkDerivation rec {
homepage = https://gitlab.com/tim241/bunny;
license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [ countingsort ];
maintainers = with maintainers; [ buffet ];
};
}