treewide: remove yana from meta.maintainers [no orphans]

This commit is contained in:
Anderson Torres 2024-07-22 16:03:22 -03:00
parent c052e25cef
commit 39ddcbfc69
4 changed files with 4 additions and 4 deletions

View File

@ -52,6 +52,6 @@ mkDerivation rec {
homepage = "https://lmms.io";
license = licenses.gpl2Plus;
platforms = [ "x86_64-linux" "i686-linux" ];
maintainers = with maintainers; [ goibhniu yana ];
maintainers = with maintainers; [ goibhniu ];
};
}

View File

@ -183,6 +183,6 @@ stdenv.mkDerivation rec {
description = "Intelligent Input Bus, input method framework";
license = licenses.lgpl21Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ ttuegel yana ];
maintainers = with maintainers; [ ttuegel ];
};
}

View File

@ -33,7 +33,7 @@ buildGoModule rec {
description = "Userspace Go implementation of WireGuard";
homepage = "https://git.zx2c4.com/wireguard-go/about/";
license = licenses.mit;
maintainers = with maintainers; [ kirelagin yana zx2c4 ];
maintainers = with maintainers; [ kirelagin zx2c4 ];
mainProgram = "wireguard-go";
};
}

View File

@ -73,6 +73,6 @@ mkDerivation rec {
homepage = "https://www.id.ee/";
license = licenses.lgpl21Plus;
platforms = platforms.linux;
maintainers = with maintainers; [ flokli mmahut yana ];
maintainers = with maintainers; [ flokli mmahut ];
};
}