Skip to content

Commit

Permalink
emacsPackages.control-lock: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
AndersonTorres committed Jul 18, 2024
1 parent 97cb9e9 commit aca0aec
Showing 1 changed file with 10 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,18 +1,20 @@
{ lib, trivialBuild, fetchurl }:
{
lib,
emacswiki,
melpaBuild,
}:

trivialBuild {
melpaBuild {
pname = "control-lock";

src = fetchurl {
url = "https://raw.githubusercontent.com/emacsmirror/emacswiki.org/185fdc34fb1e02b43759ad933d3ee5646b0e78f8/control-lock.el";
hash = "sha256-JCrmS3FSGDHSR+eAR0X/uO0nAgd3TUmFxwEVH5+KV+4=";
};
inherit (emacswiki) version src;

version = "1.1.2";
files = ''("control-lock.el")'';

meta = {
description = "Like caps-lock, but for your control key. Give your pinky a rest!";
homepage = "https://www.emacswiki.org/emacs/control-lock.el";
description = "Like caps-lock, but for your control key";
license = lib.licenses.free;
platforms = lib.platforms.all;
};
}

0 comments on commit aca0aec

Please sign in to comment.