treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -43,7 +43,7 @@ in stdenvNoCC.mkDerivation rec {
|
||||
|
||||
meta = with stdenvNoCC.lib; {
|
||||
description = "Material Based Cursor";
|
||||
homepage = https://github.com/KaizIqbal/Bibata_Cursor;
|
||||
homepage = "https://github.com/KaizIqbal/Bibata_Cursor";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ rawkode ];
|
||||
|
||||
@@ -43,7 +43,7 @@ in stdenvNoCC.mkDerivation rec {
|
||||
|
||||
meta = with stdenvNoCC.lib; {
|
||||
description = "Cursors Based on Bibata";
|
||||
homepage = https://github.com/KaizIqbal/Bibata_Extra_Cursor;
|
||||
homepage = "https://github.com/KaizIqbal/Bibata_Extra_Cursor";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ dtzWill ];
|
||||
|
||||
@@ -33,7 +33,7 @@ stdenvNoCC.mkDerivation rec {
|
||||
|
||||
meta = with stdenvNoCC.lib; {
|
||||
description = "Translucent Varient of the Material Based Cursor";
|
||||
homepage = https://github.com/Silicasandwhich/Bibata_Cursor_Translucent;
|
||||
homepage = "https://github.com/Silicasandwhich/Bibata_Cursor_Translucent";
|
||||
license = licenses.gpl3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ dtzWill ];
|
||||
|
||||
Reference in New Issue
Block a user