treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-04-10 17:54:53 +01:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions
@@ -27,7 +27,7 @@ in
'';
meta = with stdenv.lib; {
homepage = https://rtyley.github.io/bfg-repo-cleaner/;
homepage = "https://rtyley.github.io/bfg-repo-cleaner/";
# Descriptions taken with minor modification from the homepage of bfg-repo-cleaner
description = "Removes large or troublesome blobs in a git repository like git-filter-branch does, but faster";
longDescription = ''
@@ -13,7 +13,7 @@ bundlerEnv rec {
meta = with lib; {
description = "A command line interface to interact with BitBucket Server (formerly Atlassian Stash)";
homepage = https://bitbucket.org/atlassian/bitbucket-server-cli;
homepage = "https://bitbucket.org/atlassian/bitbucket-server-cli";
license = licenses.mit;
maintainers = with maintainers; [ jgertm nicknovitski ];
platforms = platforms.unix;
@@ -76,8 +76,8 @@ stdenv.mkDerivation rec {
'';
meta = {
homepage = https://git.zx2c4.com/cgit/about/;
repositories.git = git://git.zx2c4.com/cgit;
homepage = "https://git.zx2c4.com/cgit/about/";
repositories.git = "git://git.zx2c4.com/cgit";
description = "Web frontend for git repositories";
license = stdenv.lib.licenses.gpl2;
platforms = stdenv.lib.platforms.linux;
@@ -73,7 +73,7 @@ stdenv.mkDerivation {
meta = {
description = "Converts a Darcs repository into a Git repository";
homepage = http://www.sanityinc.com/articles/converting-darcs-repositories-to-git;
homepage = "http://www.sanityinc.com/articles/converting-darcs-repositories-to-git";
license = stdenv.lib.licenses.mit;
platforms = stdenv.lib.platforms.unix;
};
@@ -35,7 +35,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://github.com/so-fancy/diff-so-fancy;
homepage = "https://github.com/so-fancy/diff-so-fancy";
description = "Good-looking diffs filter for git";
license = licenses.mit;
platforms = platforms.all;
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "190107";
src = fetchgit {
url = git://repo.or.cz/fast-export.git;
url = "git://repo.or.cz/fast-export.git";
rev = "v${version}";
sha256 = "14azfps9jd5anivcvfwflgsvqdyy6gm9jy284kzx2ng9f7871d14";
};
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Import mercurial into git";
homepage = https://repo.or.cz/w/fast-export.git;
homepage = "https://repo.or.cz/w/fast-export.git";
license = licenses.gpl2;
maintainers = [ maintainers.koral ];
platforms = platforms.unix;
@@ -25,7 +25,7 @@ buildGoModule rec {
meta = {
description = "Remote repository management made easy";
homepage = https://github.com/x-motemen/ghq;
homepage = "https://github.com/x-motemen/ghq";
maintainers = with stdenv.lib.maintainers; [ sigma ];
license = stdenv.lib.licenses.mit;
};
@@ -18,7 +18,7 @@ buildPythonApplication rec {
propagatedBuildInputs = [ pyqt5 git-annex-adapter ];
meta = with stdenv.lib; {
homepage = https://github.com/alpernebbi/git-annex-metadata-gui;
homepage = "https://github.com/alpernebbi/git-annex-metadata-gui";
description = "Graphical interface for git-annex metadata commands";
maintainers = with maintainers; [ dotlambda ];
license = licenses.gpl3Plus;
@@ -19,7 +19,7 @@ buildPythonApplication rec {
meta = with lib; {
description = "A git-annex special remote for Dropbox";
homepage = https://pypi.org/project/git-annex-remote-dbx/;
homepage = "https://pypi.org/project/git-annex-remote-dbx/";
license = licenses.mit;
};
}
@@ -24,7 +24,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://github.com/DanielDent/git-annex-remote-rclone;
homepage = "https://github.com/DanielDent/git-annex-remote-rclone";
description = "Use rclone supported cloud storage providers with git-annex";
license = licenses.gpl3;
maintainers = [ maintainers.montag451 ];
@@ -4,7 +4,7 @@ stdenv.mkDerivation rec {
pname = "git-annex-utils";
version = "0.04-3-g531bb33";
src = fetchgit {
url = http://git.mysteryvortex.com/repositories/git-annex-utils.git;
url = "http://git.mysteryvortex.com/repositories/git-annex-utils.git";
rev = "531bb33";
sha256 = "1sv7s2ykc840cjwbfn7ayy743643x9i1lvk4cd55w9l052xvzj65";
};
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
This is a set of utilities that are handy to use with git-annex repositories.
Currently there is only one utility gadu, a du like utility for annexed files.
'';
homepage = http://git-annex.mysteryvortex.com/git-annex-utils.html;
homepage = "http://git-annex.mysteryvortex.com/git-annex-utils.html";
license = stdenv.lib.licenses.gpl3;
maintainers = with stdenv.lib.maintainers; [ woffs ];
platforms = stdenv.lib.platforms.all;
@@ -16,7 +16,7 @@ buildGoPackage rec {
meta = {
description = "Distributed code review system for Git repos";
homepage = https://github.com/google/git-appraise;
homepage = "https://github.com/google/git-appraise";
license = stdenv.lib.licenses.asl20;
platforms = stdenv.lib.platforms.all;
maintainers = [ stdenv.lib.maintainers.vdemeester ];
@@ -22,7 +22,7 @@ python2Packages.buildPythonApplication rec {
meta = {
description = "Tool for visualization of Git repositories";
homepage = https://github.com/esc/git-big-picture;
homepage = "https://github.com/esc/git-big-picture";
license = stdenv.lib.licenses.gpl3;
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.nthorne ];
@@ -30,7 +30,7 @@ buildGoModule rec {
meta = with stdenv.lib; {
description = "Distributed bug tracker embedded in Git";
homepage = https://github.com/MichaelMure/git-bug;
homepage = "https://github.com/MichaelMure/git-bug";
license = licenses.gpl3;
platforms = platforms.all;
maintainers = with maintainers; [ royneary ];
@@ -47,7 +47,7 @@ stdenv.mkDerivation {
Chromium on Linux.
'';
license = licenses.gpl2Plus;
homepage = http://git.fishsoup.net/cgit/git-bz/;
homepage = "http://git.fishsoup.net/cgit/git-bz/";
platforms = platforms.linux;
};
@@ -27,7 +27,7 @@ in buildPythonApplication rec {
'';
meta = with stdenv.lib; {
homepage = https://github.com/git-cola/git-cola;
homepage = "https://github.com/git-cola/git-cola";
description = "A sleek and powerful Git GUI";
license = licenses.gpl2;
platforms = platforms.linux;
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://www.agwa.name/projects/git-crypt;
homepage = "https://www.agwa.name/projects/git-crypt";
description = "Transparent file encryption in git";
longDescription = ''
git-crypt enables transparent encryption and decryption of files in a git
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://github.com/tj/git-extras;
homepage = "https://github.com/tj/git-extras";
description = "GIT utilities -- repo summary, repl, changelog population, author commit percentages and more";
license = licenses.mit;
platforms = platforms.all;
@@ -13,7 +13,7 @@ bundlerEnv {
description = ''
A command-line tool that helps you summarize and pretty-print collaborators based on contributions
'';
homepage = http://oleander.io/git-fame-rb;
homepage = "http://oleander.io/git-fame-rb";
license = licenses.mit;
maintainers = with maintainers; [ expipiplus1 nicknovitski ];
platforms = platforms.unix;
@@ -29,7 +29,7 @@ buildRustPackage rec {
meta = with stdenv.lib; {
description = "Quickly and easily fetch .gitignore templates from gitignore.io";
homepage = https://github.com/sondr3/git-ignore;
homepage = "https://github.com/sondr3/git-ignore";
license = licenses.gpl3Plus;
platforms = platforms.all;
maintainers = [ maintainers.sondr3 ];
@@ -16,7 +16,7 @@ stdenv.mkDerivation rec {
makeFlags = [ "PREFIX=" "DESTDIR=$(out)" ] ;
meta = with stdenv.lib; {
homepage = https://github.com/mhagger/git-imerge;
homepage = "https://github.com/mhagger/git-imerge";
description = "Perform a merge between two branches incrementally";
license = licenses.gpl2;
platforms = platforms.all;
@@ -24,7 +24,7 @@ buildPythonApplication rec {
'';
meta = with lib; {
homepage = https://github.com/VirtusLab/git-machete;
homepage = "https://github.com/VirtusLab/git-machete";
description = "Git repository organizer and rebase/merge workflow automation tool";
license = licenses.mit;
platforms = platforms.all;
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description =
"List remote branches if they're merged and/or available locally";
homepage = https://github.com/davidosomething/git-my;
homepage = "https://github.com/davidosomething/git-my";
license = licenses.free;
maintainers = with maintainers; [ bb010g ];
platforms = platforms.all;
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
};
meta = {
homepage = https://github.com/lesfurets/git-octopus;
homepage = "https://github.com/lesfurets/git-octopus";
description = "The continuous merge workflow";
license = licenses.lgpl3;
platforms = platforms.unix;
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://github.com/paulirish/git-open;
homepage = "https://github.com/paulirish/git-open";
description = "Open the GitHub page or website for a repository in your browser";
license = licenses.mit;
platforms = platforms.all;
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://github.com/michaeldfallen/git-radar;
homepage = "https://github.com/michaeldfallen/git-radar";
license = licenses.mit;
description = "A tool you can add to your prompt to provide at-a-glance information on your git repo";
platforms = with platforms; linux ++ darwin;
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://github.com/paulirish/git-recent;
homepage = "https://github.com/paulirish/git-recent";
description = "See your latest local git branches, formatted real fancy";
license = licenses.mit;
platforms = platforms.all;
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://spwhitton.name/tech/code/git-remote-gcrypt;
homepage = "https://spwhitton.name/tech/code/git-remote-gcrypt";
description = "A git remote helper for GPG-encrypted remotes";
license = licenses.gpl3;
maintainers = with maintainers; [ ellis montag451 ];
@@ -27,7 +27,7 @@ stdenv.mkDerivation rec {
'';
meta = with lib; {
homepage = https://github.com/mnauw/git-remote-hg;
homepage = "https://github.com/mnauw/git-remote-hg";
description = "Semi-official Mercurial bridge from Git project";
license = licenses.gpl2;
maintainers = [ ];
@@ -28,7 +28,7 @@ in stdenv.mkDerivation {
meta = {
description = "A bash-tool to store your private data inside a git repository";
homepage = https://git-secret.io;
homepage = "https://git-secret.io";
license = stdenv.lib.licenses.mit;
maintainers = [ stdenv.lib.maintainers.lo1tuma ];
platforms = stdenv.lib.platforms.all;
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Prevents you from committing secrets and credentials into git repositories";
homepage = https://github.com/awslabs/git-secrets;
homepage = "https://github.com/awslabs/git-secrets";
license = licenses.asl20;
platforms = platforms.all;
};
@@ -19,7 +19,7 @@ stdenv.mkDerivation {
meta = with lib; {
description = "A better Git subtree helper command";
homepage = http://deliciousinsights.github.io/git-stree;
homepage = "http://deliciousinsights.github.io/git-stree";
license = licenses.mit;
maintainers = [ maintainers.benley ];
platforms = platforms.unix;
@@ -49,7 +49,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://github.com/ingydotnet/git-subrepo;
homepage = "https://github.com/ingydotnet/git-subrepo";
description = "Git submodule alternative";
license = licenses.mit;
platforms = platforms.unix ++ platforms.darwin;
@@ -37,7 +37,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A script to automatically synchronize a git repository";
homepage = https://github.com/simonthum/git-sync;
homepage = "https://github.com/simonthum/git-sync";
maintainers = with stdenv.lib.maintainers; [ imalison ];
license = stdenv.lib.licenses.cc0;
platforms = with stdenv.lib.platforms; unix;
@@ -25,7 +25,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Test your commits";
homepage = https://github.com/spotify/git-test;
homepage = "https://github.com/spotify/git-test";
license = licenses.asl20;
maintainers = [ maintainers.marsam ];
platforms = platforms.all;
@@ -330,7 +330,7 @@ stdenv.mkDerivation {
meta = {
homepage = https://git-scm.com/;
homepage = "https://git-scm.com/";
description = "Distributed version control system";
license = stdenv.lib.licenses.gpl2;
@@ -16,7 +16,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = https://savannah.nongnu.org/projects/git2cl;
homepage = "https://savannah.nongnu.org/projects/git2cl";
description = "Convert git logs to GNU style ChangeLog files";
platforms = stdenv.lib.platforms.unix;
};
@@ -26,7 +26,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://github.com/petervanderdoes/gitflow;
homepage = "https://github.com/petervanderdoes/gitflow";
description = "Extend git with the Gitflow branching model";
longDescription = ''
A set of scripts that provide high-level repository operations
@@ -22,7 +22,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
description = "10x faster implementation of `git status` command";
homepage = https://github.com/romkatv/gitstatus;
homepage = "https://github.com/romkatv/gitstatus";
license = [ licenses.gpl3 ];
maintainers = with maintainers; [ mmlb hexa ];
@@ -42,7 +42,7 @@ buildGoPackage {
meta = with stdenv.lib; {
description = "GRV is a terminal interface for viewing Git repositories";
homepage = https://github.com/rgburke/grv;
homepage = "https://github.com/rgburke/grv";
license = licenses.gpl3;
platforms = platforms.unix;
maintainers = with maintainers; [ andir ];
@@ -37,7 +37,7 @@ buildGoPackage rec {
meta = with stdenv.lib; {
description = "Command-line wrapper for git that makes you better at GitHub";
license = licenses.mit;
homepage = https://hub.github.com/;
homepage = "https://hub.github.com/";
maintainers = with maintainers; [ the-kenny globin ];
platforms = with platforms; unix;
};
@@ -26,7 +26,7 @@ buildGoModule rec {
meta = with stdenv.lib; {
description = "Lab wraps Git or Hub, making it simple to clone, fork, and interact with repositories on GitLab";
homepage = https://zaquestion.github.io/lab;
homepage = "https://zaquestion.github.io/lab";
license = licenses.cc0;
maintainers = with maintainers; [ marsam dtzWill ];
platforms = platforms.all;
@@ -17,7 +17,7 @@ mkDerivation rec {
meta = with lib; {
license = licenses.gpl2;
homepage = https://github.com/tibirna/qgit;
homepage = "https://github.com/tibirna/qgit";
description = "Graphical front-end to Git";
maintainers = with maintainers; [ peterhoeg markuskowa ];
inherit (qtbase.meta) platforms;
@@ -6,7 +6,7 @@ stdenv.mkDerivation rec {
meta = {
description = "A tool for a smooth, stress-free SVN to Git migration";
longDescription = "Create writable Git mirror of a local or remote Subversion repository and use both Subversion and Git as long as you like. You may also do a fast one-time import from Subversion to Git.";
homepage = http://subgit.com;
homepage = "http://subgit.com";
license = stdenv.lib.licenses.unfree;
platforms = stdenv.lib.platforms.all;
};
@@ -26,7 +26,7 @@ stdenv.mkDerivation {
NIX_LDFLAGS = "-lsvn_fs-1";
meta = with stdenv.lib; {
homepage = https://github.com/svn-all-fast-export/svn2git;
homepage = "https://github.com/svn-all-fast-export/svn2git";
description = "A fast-import based converter for an svn repo to git repos";
license = licenses.gpl3;
platforms = platforms.all;
@@ -31,7 +31,7 @@ stdenv.mkDerivation {
'';
meta = {
homepage = https://github.com/nirvdrum/svn2git;
homepage = "https://github.com/nirvdrum/svn2git";
description = "Tool for importing Subversion repositories into git";
license = stdenv.lib.licenses.mit;
@@ -43,7 +43,7 @@ stdenv.mkDerivation rec {
'';
meta = with stdenv.lib; {
homepage = https://jonas.github.io/tig/;
homepage = "https://jonas.github.io/tig/";
description = "Text-mode interface for git";
maintainers = with maintainers; [ bjornfor domenkozar qknight globin ];
license = licenses.gpl2;
@@ -41,7 +41,7 @@ stdenv.mkDerivation rec {
encryption password can safely commit changes to the repository's
non-encrypted files.
'';
homepage = https://github.com/elasticdog/transcrypt;
homepage = "https://github.com/elasticdog/transcrypt";
license = licenses.mit;
maintainers = [ maintainers.elasticdog ];
platforms = platforms.all;