treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -39,7 +39,7 @@ buildRubyGem rec {
|
||||
|
||||
meta = with lib; {
|
||||
description = "Manage complex tmux sessions easily";
|
||||
homepage = https://github.com/tmuxinator/tmuxinator;
|
||||
homepage = "https://github.com/tmuxinator/tmuxinator";
|
||||
license = licenses.mit;
|
||||
maintainers = with maintainers; [ auntie ericsagnes ];
|
||||
platforms = platforms.unix;
|
||||
|
||||
Reference in New Issue
Block a user