Merge pull request #84130 from OmnipotentEntity/rfc45-part2

treewide: quoted urls for RFC45, only the rebuilds
This commit is contained in:
Benjamin Hipple 2020-04-05 11:15:20 -04:00 committed by GitHub
commit 0454fae7ca
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
8 changed files with 11 additions and 11 deletions

View File

@ -31,7 +31,7 @@ stdenv.mkDerivation rec {
''; '';
meta = { meta = {
homepage = http://kakoune.org/; homepage = "http://kakoune.org/";
description = "A vim inspired text editor"; description = "A vim inspired text editor";
license = licenses.publicDomain; license = licenses.publicDomain;
maintainers = with maintainers; [ vrthra ]; maintainers = with maintainers; [ vrthra ];

View File

@ -19,7 +19,7 @@ buildGoPackage {
meta = with stdenv.lib; { meta = with stdenv.lib; {
description = "Migration tool for ipfs repositories"; description = "Migration tool for ipfs repositories";
homepage = https://ipfs.io/; homepage = "https://ipfs.io/";
license = licenses.mit; license = licenses.mit;
platforms = platforms.unix; platforms = platforms.unix;
maintainers = with maintainers; [ elitak ]; maintainers = with maintainers; [ elitak ];

View File

@ -3,7 +3,7 @@
goPackagePath = "github.com/jbenet/goprocess"; goPackagePath = "github.com/jbenet/goprocess";
fetch = { fetch = {
type = "git"; type = "git";
url = https://github.com/jbenet/goprocess; url = "https://github.com/jbenet/goprocess";
rev = "b497e2f366b8624394fb2e89c10ab607bebdde0b"; rev = "b497e2f366b8624394fb2e89c10ab607bebdde0b";
sha256 = "1lnvkzki7vnqn5c4m6bigk0k85haicmg27w903kwg30rdvblm82s"; sha256 = "1lnvkzki7vnqn5c4m6bigk0k85haicmg27w903kwg30rdvblm82s";
}; };
@ -12,7 +12,7 @@
goPackagePath = "github.com/jbenet/go-random"; goPackagePath = "github.com/jbenet/go-random";
fetch = { fetch = {
type = "git"; type = "git";
url = https://github.com/jbenet/go-random; url = "https://github.com/jbenet/go-random";
rev = "384f606e91f542a98e779e652eed88051618f0f7"; rev = "384f606e91f542a98e779e652eed88051618f0f7";
sha256 = "0gcshzl9n3apzc0jaxqrjsc038yfrzfyhpdqgbpcnajin83l2msa"; sha256 = "0gcshzl9n3apzc0jaxqrjsc038yfrzfyhpdqgbpcnajin83l2msa";
}; };
@ -21,7 +21,7 @@
goPackagePath = "github.com/jbenet/go-random-files"; goPackagePath = "github.com/jbenet/go-random-files";
fetch = { fetch = {
type = "git"; type = "git";
url = https://github.com/jbenet/go-random-files; url = "https://github.com/jbenet/go-random-files";
rev = "737479700b40b4b50e914e963ce8d9d44603e3c8"; rev = "737479700b40b4b50e914e963ce8d9d44603e3c8";
sha256 = "1klpdc4qkrfy31r7qh00fcz42blswzabmcnry9byd5adhszxj9bw"; sha256 = "1klpdc4qkrfy31r7qh00fcz42blswzabmcnry9byd5adhszxj9bw";
}; };
@ -30,7 +30,7 @@
goPackagePath = "github.com/hashicorp/golang-lru"; goPackagePath = "github.com/hashicorp/golang-lru";
fetch = { fetch = {
type = "git"; type = "git";
url = https://github.com/hashicorp/golang-lru; url = "https://github.com/hashicorp/golang-lru";
rev = "20f1fb78b0740ba8c3cb143a61e86ba5c8669768"; rev = "20f1fb78b0740ba8c3cb143a61e86ba5c8669768";
sha256 = "12k2cp2k615fjvfa5hyb9k2alian77wivds8s65diwshwv41939f"; sha256 = "12k2cp2k615fjvfa5hyb9k2alian77wivds8s65diwshwv41939f";
}; };

View File

@ -137,7 +137,7 @@ mkDerivation {
updateScript = import ./update.nix { inherit writeScript runtimeShell; }; updateScript = import ./update.nix { inherit writeScript runtimeShell; };
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://www.mendeley.com; homepage = "https://www.mendeley.com";
description = "A reference manager and academic social network"; description = "A reference manager and academic social network";
license = licenses.unfree; license = licenses.unfree;
platforms = [ "x86_64-linux" "i686-linux" ]; platforms = [ "x86_64-linux" "i686-linux" ];

View File

@ -15,7 +15,7 @@ in fetchzip {
sha256 = "1dfm1888rii5kfmkxp5hnx8ycji57cbs5gazpgkxg1mnmn7i35wl"; sha256 = "1dfm1888rii5kfmkxp5hnx8ycji57cbs5gazpgkxg1mnmn7i35wl";
meta = with stdenv.lib; { meta = with stdenv.lib; {
homepage = https://be5invis.github.io/Iosevka/; homepage = "https://be5invis.github.io/Iosevka/";
downloadPage = "https://github.com/be5invis/Iosevka/releases"; downloadPage = "https://github.com/be5invis/Iosevka/releases";
description = '' description = ''
Slender monospace sans-serif and slab-serif typeface inspired by Pragmata Slender monospace sans-serif and slab-serif typeface inspired by Pragmata

View File

@ -279,7 +279,7 @@ stdenv.mkDerivation {
Thanks to V8's custom startup snapshots, Lumo starts up instantaneously, Thanks to V8's custom startup snapshots, Lumo starts up instantaneously,
making it the fastest Clojure REPL in existence. making it the fastest Clojure REPL in existence.
''; '';
homepage = https://github.com/anmonteiro/lumo; homepage = "https://github.com/anmonteiro/lumo";
license = stdenv.lib.licenses.epl10; license = stdenv.lib.licenses.epl10;
maintainers = [ stdenv.lib.maintainers.hlolli ]; maintainers = [ stdenv.lib.maintainers.hlolli ];
platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin; platforms = stdenv.lib.platforms.linux ++ stdenv.lib.platforms.darwin;

View File

@ -9,7 +9,7 @@ let
ihaskellSh = writeScriptBin "ihaskell-notebook" '' ihaskellSh = writeScriptBin "ihaskell-notebook" ''
#! ${stdenv.shell} #! ${stdenv.shell}
export GHC_PACKAGE_PATH="$(echo ${ihaskellEnv}/lib/*/package.conf.d| tr ' ' ':'):$GHC_PACKAGE_PATH" export GHC_PACKAGE_PATH="$(echo ${ihaskellEnv}/lib/*/package.conf.d| tr ' ' ':'):$GHC_PACKAGE_PATH"
export PATH="${stdenv.lib.makeBinPath ([ ihaskellEnv jupyter ])}\${PATH:+':'}$PATH" export PATH="${stdenv.lib.makeBinPath ([ ihaskellEnv jupyter ])}''${PATH:+':'}$PATH
${ihaskellEnv}/bin/ihaskell install -l $(${ihaskellEnv}/bin/ghc --print-libdir) && ${jupyter}/bin/jupyter notebook ${ihaskellEnv}/bin/ihaskell install -l $(${ihaskellEnv}/bin/ghc --print-libdir) && ${jupyter}/bin/jupyter notebook
''; '';
in in

View File

@ -2,7 +2,7 @@
runCommand "documentation-highlighter" { runCommand "documentation-highlighter" {
meta = { meta = {
description = "Highlight.js sources for the Nix Ecosystem's documentation."; description = "Highlight.js sources for the Nix Ecosystem's documentation.";
homepage = https://highlightjs.org; homepage = "https://highlightjs.org";
license = stdenv.lib.licenses.bsd3; license = stdenv.lib.licenses.bsd3;
platforms = stdenv.lib.platforms.all; platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.grahamc ]; maintainers = [ stdenv.lib.maintainers.grahamc ];