mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
treewide: remove yana from meta.maintainers [no orphans]
This commit is contained in:
parent
c052e25cef
commit
39ddcbfc69
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
@ -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";
|
||||
};
|
||||
}
|
||||
|
@ -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 ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user