treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -31,7 +31,7 @@ in stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Realtek rtl8192eu driver";
|
||||
homepage = https://github.com/Mange/rtl8192eu-linux-driver;
|
||||
homepage = "https://github.com/Mange/rtl8192eu-linux-driver";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with maintainers; [ troydm ];
|
||||
|
||||
Reference in New Issue
Block a user