File tree Expand file tree Collapse file tree
pkgs/data/documentation/scheme-manpages Expand file tree Collapse file tree Original file line number Diff line number Diff line change 22
33stdenv . 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 ;
You can’t perform that action at this time.
0 commit comments