maintainers: rename nyanbinary to nyabinary

This commit is contained in:
Niko Cantero 2024-09-19 15:04:36 -04:00
commit 55e6535e4e
No known key found for this signature in database
25 changed files with 31 additions and 31 deletions

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
homepage = "https://github.com/pop-os/cosmic-protocols";
description = "Additional wayland-protocols used by the COSMIC desktop environment";
license = [ licenses.mit licenses.gpl3Only ];
maintainers = with maintainers; [ nyanbinary ];
maintainers = with maintainers; [ nyabinary ];
platforms = platforms.linux;
};
}