mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +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 = {
|
||||
description = "Yet another matrix client for desktop";
|
||||
homepage = "https://github.com/cinnyapp/cinny-desktop";
|
||||
maintainers = with lib.maintainers; [ qyriad ];
|
||||
maintainers = with lib.maintainers; [ qyriad ryand56 ];
|
||||
license = lib.licenses.agpl3Only;
|
||||
platforms = lib.platforms.linux ++ lib.platforms.darwin;
|
||||
mainProgram = "cinny";
|
@ -4445,8 +4445,6 @@ with pkgs;
|
||||
|
||||
cht-sh = callPackage ../tools/misc/cht.sh { };
|
||||
|
||||
cinny-desktop = callPackage ../applications/networking/instant-messengers/cinny-desktop { };
|
||||
|
||||
ckbcomp = callPackage ../tools/X11/ckbcomp { };
|
||||
|
||||
clac = callPackage ../tools/misc/clac { };
|
||||
|
Loading…
Reference in New Issue
Block a user