treewide: Per RFC45, remove all unquoted URLs
This commit is contained in:
@@ -29,7 +29,7 @@ stdenv.mkDerivation rec {
|
||||
|
||||
meta = {
|
||||
description = "Provides a noise source using the CPU execution timing jitter";
|
||||
homepage = https://github.com/smuellerDD/jitterentropy-library;
|
||||
homepage = "https://github.com/smuellerDD/jitterentropy-library";
|
||||
license = with stdenv.lib.licenses; [ gpl2 bsd3 ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
maintainers = with stdenv.lib.maintainers; [ johnazoidberg ];
|
||||
|
||||
Reference in New Issue
Block a user