treewide: Per RFC45, remove all unquoted URLs

This commit is contained in:
Michael Reilly
2020-03-31 21:11:51 -04:00
committed by Jörg Thalheim
parent bf5eb87033
commit 84cf00f980
9648 changed files with 15370 additions and 15370 deletions

View File

@@ -11,11 +11,11 @@ buildPythonPackage rec {
patches = [
(fetchpatch {
url = https://github.com/arvydas/blinkstick-python/commit/a9227d0.patch;
url = "https://github.com/arvydas/blinkstick-python/commit/a9227d0.patch";
sha256 = "1mcmxlnkbfxwp84qz32l5rlc7r9anh9yhnqaj1y8rny5s13jb01f";
})
(fetchpatch {
url = https://github.com/arvydas/blinkstick-python/pull/54.patch;
url = "https://github.com/arvydas/blinkstick-python/pull/54.patch";
sha256 = "1gjq6xbai794bbdyrv82i96l1a7qkwvlhzd6sa937dy5ivv6s6hl";
})
];
@@ -24,7 +24,7 @@ buildPythonPackage rec {
meta = with lib; {
description = "Python package to control BlinkStick USB devices";
homepage = https://pypi.python.org/pypi/BlinkStick/;
homepage = "https://pypi.python.org/pypi/BlinkStick/";
license = licenses.bsd3;
maintainers = with maintainers; [ np ];
};