treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -4,7 +4,7 @@ stdenv.mkDerivation {
|
||||
name = "disk-indicator-2014-05-19";
|
||||
|
||||
src = fetchgit {
|
||||
url = git://github.com/MeanEYE/Disk-Indicator.git;
|
||||
url = "git://github.com/MeanEYE/Disk-Indicator.git";
|
||||
rev = "51ef4afd8141b8d0659cbc7dc62189c56ae9c2da";
|
||||
sha256 = "10jx6mx9qarn21p2l2jayxkn1gmqhvck1wymgsr4jmbwxl8ra5kd";
|
||||
};
|
||||
@@ -28,7 +28,7 @@ stdenv.mkDerivation {
|
||||
'';
|
||||
|
||||
meta = {
|
||||
homepage = https://github.com/MeanEYE/Disk-Indicator;
|
||||
homepage = "https://github.com/MeanEYE/Disk-Indicator";
|
||||
description = "A program that will turn a LED into a hard disk indicator";
|
||||
longDescription = ''
|
||||
Small program for Linux that will turn your Scroll, Caps or Num Lock LED
|
||||
|
||||
Reference in New Issue
Block a user