treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -48,8 +48,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "A better i7 (and now i3, i5) reporting tool for Linux";
|
||||
homepage = https://github.com/DimitryAndric/i7z;
|
||||
repositories.git = https://github.com/DimitryAndric/i7z.git;
|
||||
homepage = "https://github.com/DimitryAndric/i7z";
|
||||
repositories.git = "https://github.com/DimitryAndric/i7z.git";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ bluescreen303 ];
|
||||
# broken on ARM
|
||||
|
||||
Reference in New Issue
Block a user