treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -36,7 +36,7 @@ buildRubyGem rec {
|
||||
The output is then usable by the bundlerEnv derivation to list all the
|
||||
dependencies of a ruby package.
|
||||
'';
|
||||
homepage = https://github.com/manveru/bundix;
|
||||
homepage = "https://github.com/manveru/bundix";
|
||||
license = "MIT";
|
||||
maintainers = with lib.maintainers; [ manveru qyliss zimbatm ];
|
||||
platforms = lib.platforms.all;
|
||||
|
||||
@@ -9,7 +9,7 @@ bundlerApp {
|
||||
|
||||
meta = with lib; {
|
||||
description = "IDE tools for the Ruby language";
|
||||
homepage = http://www.github.com/castwide/solargraph;
|
||||
homepage = "http://www.github.com/castwide/solargraph";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ worldofpeace nicknovitski angristan ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user