Skip to content

Commit

Permalink
Merge pull request #329673 from atorres1985-contrib/elisp-idris2-mode
Browse files Browse the repository at this point in the history
emacsPackages.idris2-mode: updateScript
  • Loading branch information
jian-lin authored Jul 29, 2024
2 parents 139855a + 66d0497 commit 22ba2ab
Showing 1 changed file with 9 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,15 @@
fetchFromGitHub,
melpaBuild,
prop-menu,
gitUpdater,
}:

melpaBuild rec {
pname = "idris2-mode";
let
version = "1.1";
in
melpaBuild {
pname = "idris2-mode";
inherit version;

src = fetchFromGitHub {
owner = "idris-community";
Expand All @@ -20,10 +24,12 @@ melpaBuild rec {
prop-menu
];

passthru.updateScript = gitUpdater { };

meta = {
homepage = "https://github.com/idris-community/idris2-mode";
description = "Emacs mode for editing Idris 2 code";
license = lib.licenses.gpl3Only;
maintainers = with lib.maintainers; [ wuyoli ];
maintainers = with lib.maintainers; [ wuyoli AndersonTorres ];
};
}

0 comments on commit 22ba2ab

Please sign in to comment.