Skip to content

Commit edb74a6

Browse files
committed
scheme-manpages: 2020-05-17 -> 2020-08-14
1 parent c581528 commit edb74a6

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

pkgs/data/documentation/scheme-manpages/default.nix

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22

33
stdenv.mkDerivation rec {
44
pname = "scheme-manpages-unstable";
5-
version = "2020-05-17";
5+
version = "2020-08-14";
66

77
src = fetchFromGitHub {
88
owner = "schemedoc";
9-
repo = "scheme-manpages";
10-
rev = "e97bd240d398e4e5ffc62305e506a2f2428322a4";
11-
sha256 = "0c0n3mvghm9c2id8rxfd829plb64nf57jkqgmxf83w7x9jczbqqb";
9+
repo = "manpages";
10+
rev = "2e99a0aea9c0327e3c2dcfb9b7a2f8f528b4fe43";
11+
sha256 = "0ykj4i8mx50mgyz9q63glfnc0mw1lf89hwsflpnbizjda5b4s0fp";
1212
};
1313

1414
dontBuild = true;
@@ -19,8 +19,8 @@ stdenv.mkDerivation rec {
1919
'';
2020

2121
meta = with stdenv.lib; {
22-
description = "Manpages for Scheme";
23-
homepage = "https://github.com/schemedoc/scheme-manpages";
22+
description = "Unix manual pages for R6RS and R7RS";
23+
homepage = "https://github.com/schemedoc/manpages";
2424
license = licenses.mit;
2525
maintainers = [ maintainers.marsam ];
2626
platforms = platforms.all;

0 commit comments

Comments
 (0)