treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -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 ];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user