treewide: trim whitespace in homepage strings

mivorasu 261944f2 ca35bb68

Changed files
+4 -4
pkgs
by-name
lv
lv_font_conv
tr
treedome
development
ocaml-modules
bls12-381
python-modules
plumbum
+1 -1
pkgs/by-name/lv/lv_font_conv/package.nix
···
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 ];
};
+1 -1
pkgs/by-name/tr/treedome/package.nix
···
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";
+1 -1
pkgs/development/ocaml-modules/bls12-381/default.nix
···
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 ];
+1 -1
pkgs/development/python-modules/plumbum/default.nix
···
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 = [ ];
};