Merge pull request #320621 from piotrkwiecinski/cask-by-name

eask: migrate to pkg/by-name, nixfmt-rfc-style
This commit is contained in:
Aleksana 2024-06-18 19:15:38 +08:00 committed by GitHub
commit 02f53e1ace
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 14 additions and 6 deletions

View File

@ -15688,6 +15688,12 @@
name = "Pablo Ovelleiro Corral";
keys = [ { fingerprint = "D03B 218C AE77 1F77 D7F9 20D9 823A 6154 4264 08D3"; } ];
};
piotrkwiecinski = {
email = "piokwiecinski+nixpkgs@gmail.com";
github = "piotrkwiecinski";
githubId = 2151333;
name = "Piotr Kwiecinski";
};
piperswe = {
email = "contact@piperswe.me";
github = "piperswe";

View File

@ -1,6 +1,7 @@
{ lib
, buildNpmPackage
, fetchFromGitHub
{
lib,
buildNpmPackage,
fetchFromGitHub,
}:
buildNpmPackage rec {
@ -24,6 +25,9 @@ buildNpmPackage rec {
homepage = "https://emacs-eask.github.io/";
license = lib.licenses.gpl3Plus;
mainProgram = "eask";
maintainers = with lib.maintainers; [ jcs090218 ];
maintainers = with lib.maintainers; [
jcs090218
piotrkwiecinski
];
};
}

View File

@ -18543,8 +18543,6 @@ with pkgs;
dwz = callPackage ../development/tools/misc/dwz { };
eask = callPackage ../development/tools/eask { };
easypdkprog = callPackage ../development/embedded/easypdkprog { };
editorconfig-checker = callPackage ../development/tools/misc/editorconfig-checker { };