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

This commit is contained in:
Anderson Torres
2024-07-22 16:22:39 -03:00
parent c052e25cef
commit 39ddcbfc69
4 changed files with 4 additions and 4 deletions
+1 -1
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 ];
};
}
+1 -1
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 ];
};
}
@@ -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";
};
}
+1 -1
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 ];
};
}