treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
committed by
Jörg Thalheim
parent
bf5eb87033
commit
84cf00f980
@@ -34,7 +34,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "A set of cuda-enabled texture tools and compressors";
|
||||
homepage = https://github.com/castano/nvidia-texture-tools;
|
||||
homepage = "https://github.com/castano/nvidia-texture-tools";
|
||||
license = licenses.mit;
|
||||
platforms = platforms.unix;
|
||||
broken = stdenv.isAarch64;
|
||||
|
||||
Reference in New Issue
Block a user