maintainer-list: countingsort -> buffet
This commit is contained in:
parent
535a6db25f
commit
445c73afed
|
@ -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";
|
||||||
|
|
|
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue