treewide: trim whitespace in homepage strings

This commit is contained in:
mivorasu 2025-07-22 10:31:37 +08:00 committed by mivorasu
parent ca35bb6872
commit 261944f26b
4 changed files with 4 additions and 4 deletions

View File

@ -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 ];
};

View File

@ -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";

View File

@ -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 ];

View File

@ -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 = [ ];
};