treewide: trim whitespace in homepage strings
This commit is contained in:
parent
ca35bb6872
commit
261944f26b
@ -27,7 +27,7 @@ buildNpmPackage rec {
|
||||
meta = {
|
||||
description = "Converts TTF/WOFF fonts to compact bitmap format";
|
||||
mainProgram = "lv_font_conv";
|
||||
homepage = " https://lvgl.io/tools/fontconverter";
|
||||
homepage = "https://lvgl.io/tools/fontconverter";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [ pyrox0 ];
|
||||
};
|
||||
|
||||
@ -74,7 +74,7 @@ rustPlatform.buildRustPackage rec {
|
||||
|
||||
meta = {
|
||||
description = "Local-first, encrypted, note taking application organized in tree-like structures";
|
||||
homepage = " https://codeberg.org/solver-orgz/treedome";
|
||||
homepage = "https://codeberg.org/solver-orgz/treedome";
|
||||
license = lib.licenses.agpl3Plus;
|
||||
platforms = [ "x86_64-linux" ];
|
||||
mainProgram = "treedome";
|
||||
|
||||
@ -41,7 +41,7 @@ buildDunePackage rec {
|
||||
doCheck = true;
|
||||
|
||||
meta = {
|
||||
homepage = " https://nomadic-labs.gitlab.io/cryptography/ocaml-bls12-381/bls12-381/";
|
||||
homepage = "https://nomadic-labs.gitlab.io/cryptography/ocaml-bls12-381/bls12-381/";
|
||||
description = "Implementation of BLS12-381 and some cryptographic primitives built on top of it";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = [ lib.maintainers.ulrikstrid ];
|
||||
|
||||
@ -66,7 +66,7 @@ buildPythonPackage rec {
|
||||
meta = with lib; {
|
||||
description = "Module Shell Combinators";
|
||||
changelog = "https://github.com/tomerfiliba/plumbum/releases/tag/v${version}";
|
||||
homepage = " https://github.com/tomerfiliba/plumbum";
|
||||
homepage = "https://github.com/tomerfiliba/plumbum";
|
||||
license = licenses.mit;
|
||||
maintainers = [ ];
|
||||
};
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user