emacsPackages.header2: Remove package

It's refering to an unversioned emacswiki file with the wrong hash.
This commit is contained in:
adisbladis 2020-04-28 01:31:57 +01:00
parent 9b52db99a8
commit 576e67ae75
No known key found for this signature in database
GPG Key ID: 110BFAD44C6249B7
2 changed files with 0 additions and 25 deletions

View File

@ -1,23 +0,0 @@
{ fetchurl, lib, melpaBuild }:
melpaBuild {
pname = "header2";
version = "20170223.1949";
src = fetchurl {
url = "https://www.emacswiki.org/emacs/download/header2.el";
sha256 = "0cv74cfihr13jrgyqbj4x0na659djfyrhflxni6jdbgbysi4zf6k";
name = "header2.el";
};
recipe = fetchurl {
url = "https://raw.githubusercontent.com/milkypostman/melpa/a5d15f875b0080b12ce45cf696c581f6bbf061ba/recipes/header2";
sha256 = "1dg25krx3wxma2l5vb2ji7rpfp17qbrl62jyjpa52cjfsvyp6v06";
name = "header2";
};
meta = {
homepage = "https://melpa.org/#/header2";
license = lib.licenses.gpl3;
};
}

View File

@ -107,8 +107,6 @@
};
};
header2 = callPackage ./header2 { };
helm-words = callPackage ./helm-words { };
icicles = callPackage ./icicles { };