treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A bidirectional console";
|
||||
homepage = https://github.com/behdad/bicon;
|
||||
homepage = "https://github.com/behdad/bicon";
|
||||
license = [ licenses.lgpl21 licenses.psfl licenses.bsd0 ];
|
||||
maintainers = [ maintainers.linarcx ];
|
||||
platforms = platforms.linux;
|
||||
|
||||
Reference in New Issue
Block a user