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
@@ -5,7 +5,7 @@ stdenv.mkDerivation rec {
version = "0.6.5.1";
src = fetchgit {
url = https://github.com/saintdev/libmkv.git;
url = "https://github.com/saintdev/libmkv.git";
rev = "refs/tags/${version}";
sha256 = "0pr9q7yprndl8d15ir7i7cznvmf1yqpvnsyivv763n6wryssq6dl";
};
@@ -20,7 +20,7 @@ stdenv.mkDerivation rec {
Library was meant to be an alternative to the official libmatroska library.
It is written in plain C, and intended to be very portable.
'';
homepage = https://github.com/saintdev/libmkv;
homepage = "https://github.com/saintdev/libmkv";
license = stdenv.lib.licenses.gpl2;
maintainers = [ stdenv.lib.maintainers.wmertens ];
platforms = stdenv.lib.platforms.unix;