Loading maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -8402,6 +8402,12 @@ githubId = 55919390; name = "Vincent VILLIAUMEY"; }; eyenx = { email = "eye@eyenx.ch"; github = "eyenx"; githubId = 1947882; name = "Toni Tauro"; }; eyjhb = { email = "eyjhbb@gmail.com"; matrix = "@eyjhb:eyjhb.dk"; Loading pkgs/by-name/we/webdump/package.nix 0 → 100644 +25 −0 Original line number Diff line number Diff line { lib, fetchgit, stdenv, }: stdenv.mkDerivation (finalAttrs: { pname = "webdump"; version = "0.2"; src = fetchgit { url = "git://git.codemadness.org/webdump"; tag = finalAttrs.version; hash = "sha256-YtgZkAnbQkIr2fhUYpSp/PaduuBFjxIkrkaROxrmT/0="; }; makeFlags = [ "PREFIX=${placeholder "out"}" ]; meta = { homepage = "https://www.codemadness.org/git/webdump"; description = "HTML to plain-text converter for webpages"; license = lib.licenses.isc; maintainers = with lib.maintainers; [ eyenx ]; mainProgram = "webdump"; }; }) Loading
maintainers/maintainer-list.nix +6 −0 Original line number Diff line number Diff line Loading @@ -8402,6 +8402,12 @@ githubId = 55919390; name = "Vincent VILLIAUMEY"; }; eyenx = { email = "eye@eyenx.ch"; github = "eyenx"; githubId = 1947882; name = "Toni Tauro"; }; eyjhb = { email = "eyjhbb@gmail.com"; matrix = "@eyjhb:eyjhb.dk"; Loading
pkgs/by-name/we/webdump/package.nix 0 → 100644 +25 −0 Original line number Diff line number Diff line { lib, fetchgit, stdenv, }: stdenv.mkDerivation (finalAttrs: { pname = "webdump"; version = "0.2"; src = fetchgit { url = "git://git.codemadness.org/webdump"; tag = finalAttrs.version; hash = "sha256-YtgZkAnbQkIr2fhUYpSp/PaduuBFjxIkrkaROxrmT/0="; }; makeFlags = [ "PREFIX=${placeholder "out"}" ]; meta = { homepage = "https://www.codemadness.org/git/webdump"; description = "HTML to plain-text converter for webpages"; license = lib.licenses.isc; maintainers = with lib.maintainers; [ eyenx ]; mainProgram = "webdump"; }; })