treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
# default vimrc
|
||||
, vimrc ? fetchurl {
|
||||
name = "default-vimrc";
|
||||
url = https://git.archlinux.org/svntogit/packages.git/plain/trunk/archlinux.vim?id=68f6d131750aa778807119e03eed70286a17b1cb;
|
||||
url = "https://git.archlinux.org/svntogit/packages.git/plain/trunk/archlinux.vim?id=68f6d131750aa778807119e03eed70286a17b1cb";
|
||||
sha256 = "18ifhv5q9prd175q3vxbqf6qyvkk6bc7d2lhqdk0q78i68kv9y0c";
|
||||
}
|
||||
# apple frameworks
|
||||
|
||||
@@ -143,7 +143,7 @@ stdenv.mkDerivation {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Vim - the text editor - for macOS";
|
||||
homepage = https://github.com/macvim-dev/macvim;
|
||||
homepage = "https://github.com/macvim-dev/macvim";
|
||||
license = licenses.vim;
|
||||
maintainers = with maintainers; [ cstrahan lilyball ];
|
||||
platforms = platforms.darwin;
|
||||
|
||||
@@ -32,7 +32,7 @@ in {
|
||||
enableParallelBuilding = true; # test this
|
||||
|
||||
src = fetchgit {
|
||||
url = https://bitbucket.org/equalsraf/vim-qt.git;
|
||||
url = "https://bitbucket.org/equalsraf/vim-qt.git";
|
||||
rev = "refs/tags/package-" + tag;
|
||||
inherit sha256;
|
||||
};
|
||||
@@ -104,7 +104,7 @@ in {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "The most popular clone of the VI editor (Qt GUI fork)";
|
||||
homepage = https://bitbucket.org/equalsraf/vim-qt/wiki/Home;
|
||||
homepage = "https://bitbucket.org/equalsraf/vim-qt/wiki/Home";
|
||||
license = licenses.vim;
|
||||
maintainers = with maintainers; [ smironov ttuegel ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user