mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-26 08:53:21 +00:00
Merge pull request #320621 from piotrkwiecinski/cask-by-name
eask: migrate to pkg/by-name, nixfmt-rfc-style
This commit is contained in:
commit
02f53e1ace
@ -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";
|
||||
|
@ -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
|
||||
];
|
||||
};
|
||||
}
|
@ -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 { };
|
||||
|
Loading…
Reference in New Issue
Block a user