treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -18,7 +18,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Open source flash program for the STM32 ARM processors using the ST bootloader";
|
||||
homepage = https://sourceforge.net/projects/stm32flash/;
|
||||
homepage = "https://sourceforge.net/projects/stm32flash/";
|
||||
license = stdenv.lib.licenses.gpl2;
|
||||
platforms = platforms.all; # Should work on all platforms
|
||||
maintainers = with maintainers; [ the-kenny elitak ];
|
||||
|
||||
Reference in New Issue
Block a user