mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-30 02:42:59 +00:00
cinny-desktop: migrate to pkgs/by-name, add ryand56 to maintainers
This commit is contained in:
parent
b42b780c8a
commit
237b25b556
@ -96,7 +96,7 @@ rustPlatform.buildRustPackage rec {
|
|||||||
meta = {
|
meta = {
|
||||||
description = "Yet another matrix client for desktop";
|
description = "Yet another matrix client for desktop";
|
||||||
homepage = "https://github.com/cinnyapp/cinny-desktop";
|
homepage = "https://github.com/cinnyapp/cinny-desktop";
|
||||||
maintainers = with lib.maintainers; [ qyriad ];
|
maintainers = with lib.maintainers; [ qyriad ryand56 ];
|
||||||
license = lib.licenses.agpl3Only;
|
license = lib.licenses.agpl3Only;
|
||||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||||
mainProgram = "cinny";
|
mainProgram = "cinny";
|
@ -4445,8 +4445,6 @@ with pkgs;
|
|||||||
|
|
||||||
cht-sh = callPackage ../tools/misc/cht.sh { };
|
cht-sh = callPackage ../tools/misc/cht.sh { };
|
||||||
|
|
||||||
cinny-desktop = callPackage ../applications/networking/instant-messengers/cinny-desktop { };
|
|
||||||
|
|
||||||
ckbcomp = callPackage ../tools/X11/ckbcomp { };
|
ckbcomp = callPackage ../tools/X11/ckbcomp { };
|
||||||
|
|
||||||
clac = callPackage ../tools/misc/clac { };
|
clac = callPackage ../tools/misc/clac { };
|
||||||
|
Loading…
Reference in New Issue
Block a user