treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
|
||||
name = "bossa-1.8";
|
||||
|
||||
src = fetchgit {
|
||||
url = https://github.com/shumatech/BOSSA;
|
||||
url = "https://github.com/shumatech/BOSSA";
|
||||
rev = "3be622ca0aa6214a2fc51c1ec682c4a58a423d62";
|
||||
sha256 = "19ik86qbffcb04cgmi4mnascbkck4ynfj87ha65qdk6fmp5q35vm";
|
||||
};
|
||||
@@ -45,7 +45,7 @@ stdenv.mkDerivation {
|
||||
Atmel's SAM-BA software. BOSSA is an acronym for Basic Open
|
||||
Source SAM-BA Application to reflect that goal.
|
||||
'';
|
||||
homepage = http://www.shumatech.com/web/products/bossa;
|
||||
homepage = "http://www.shumatech.com/web/products/bossa";
|
||||
license = licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user