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

View file

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