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