treewide: standardize URL format by removing trailing slashes (#1566)

Link: https://github.com/nix-community/stylix/pull/1566

Reviewed-by: awwpotato <awwpotato@voidq.com>
Reviewed-by: Daniel Thwaites <danth@danth.me>
This commit is contained in:
NAHO 2025-07-06 22:18:33 +02:00 committed by GitHub
parent 50ed5ddd10
commit bba3152bd2
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
40 changed files with 46 additions and 46 deletions

View file

@ -16,7 +16,7 @@ philosophy.
## Resources
- [Documentation](https://nix-community.github.io/stylix/)
- [Documentation](https://nix-community.github.io/stylix)
- [GitHub Discussions](https://github.com/nix-community/stylix/discussions)
- [Matrix room](https://matrix.to/#/#stylix:danth.me)

View file

@ -66,7 +66,7 @@ This attrset is generated by `mkSchemeAttrs` from `base16.nix`. Refer to the
for more info.
For more complex configurations you may find it simpler to use
[mustache](http://mustache.github.io/) templates to generate output files.
[mustache](http://mustache.github.io) templates to generate output files.
See [base16.nix](https://github.com/SenchoPens/base16.nix) documentation for
usage examples.

View file

@ -157,7 +157,7 @@ You can use the values directly:
}
```
Or you can create a [Mustache](http://mustache.github.io/) template and use
Or you can create a [Mustache](http://mustache.github.io) template and use
it as a function. This returns a derivation which builds the template.
```nix

View file

@ -2,7 +2,7 @@
{
maintainers = [ lib.maintainers.make-42 ];
name = "Blender";
homepage = "https://www.blender.org/";
homepage = "https://www.blender.org";
description = ''
> [!IMPORTANT]
>

View file

@ -1,6 +1,6 @@
{ lib, ... }:
{
name = "Chromium";
homepage = "https://www.chromium.org/";
homepage = "https://www.chromium.org";
maintainers = [ lib.maintainers.danth ];
}

View file

@ -2,7 +2,7 @@
{
name = "Discord";
homepage = {
Discord = "https://discordapp.com/";
Discord = "https://discordapp.com";
Nixcord = "https://github.com/KaylorBen/nixcord";
Vencord = "https://github.com/Vendicated/Vencord";
Vesktop = "https://github.com/Vencord/Vesktop";

View file

@ -1,6 +1,6 @@
{ lib, ... }:
{
name = "Dunst";
homepage = "https://dunst-project.org/";
homepage = "https://dunst-project.org";
maintainers = [ lib.maintainers.naho ];
}

View file

@ -1,6 +1,6 @@
{ lib, ... }:
{
name = "Emacs";
homepage = "https://www.gnu.org/software/emacs/";
homepage = "https://www.gnu.org/software/emacs";
maintainers = [ lib.maintainers.panchoh ];
}

View file

@ -1,5 +1,5 @@
{
name = "feh";
homepage = "https://feh.finalrewind.org/";
homepage = "https://feh.finalrewind.org";
maintainers = [ ];
}

View file

@ -21,7 +21,7 @@ mkTarget {
default = [ ];
};
colorTheme.enable = lib.mkEnableOption "[Firefox Color](https://color.firefox.com/) on ${humanName}";
colorTheme.enable = lib.mkEnableOption "[Firefox Color](https://color.firefox.com) on ${humanName}";
firefoxGnomeTheme.enable = lib.mkEnableOption "[Firefox GNOME theme](https://github.com/rafaelmardojai/firefox-gnome-theme) on ${humanName}";
};

View file

@ -2,9 +2,9 @@
{
name = "Firefox and its derivatives";
homepage = {
Firefox = "http://www.mozilla.com/en-US/firefox/";
Floorp = "https://floorp.app/";
LibreWolf = "https://librewolf.net/";
Firefox = "http://www.mozilla.com/en-US/firefox";
Floorp = "https://floorp.app";
LibreWolf = "https://librewolf.net";
};
maintainers = with lib.maintainers; [
Flameopathic
@ -12,8 +12,8 @@
naho
];
description = ''
This module supports [Firefox](https://www.mozilla.org/firefox/), in addition
to [Floorp](https://floorp.app/) and [LibreWolf](https://librewolf.net/),
This module supports [Firefox](https://www.mozilla.org/firefox), in addition
to [Floorp](https://floorp.app) and [LibreWolf](https://librewolf.net),
which are Firefox derivatives.
The same implementation is shared between all of these browsers, but they don't

View file

@ -1,6 +1,6 @@
{ lib, ... }:
{
name = "fish";
homepage = "https://fishshell.com/";
homepage = "https://fishshell.com";
maintainers = [ lib.maintainers.naho ];
}

View file

@ -1,6 +1,6 @@
{ lib, ... }:
{
name = "foot";
homepage = "https://codeberg.org/dnkl/foot/";
homepage = "https://codeberg.org/dnkl/foot";
maintainers = [ lib.maintainers.MrSom3body ];
}

View file

@ -1,5 +1,5 @@
{
name = "Forge";
homepage = "https://arrayfire.com/";
homepage = "https://arrayfire.com";
maintainers = [ ];
}

View file

@ -1,5 +1,5 @@
{
name = "Ghostty";
homepage = "https://ghostty.org/";
homepage = "https://ghostty.org";
maintainers = [ ];
}

View file

@ -1,6 +1,6 @@
{ lib, ... }:
{
name = "GNOME";
homepage = "https://www.gnome.org/";
homepage = "https://www.gnome.org";
maintainers = [ lib.maintainers.danth ];
}

View file

@ -1,5 +1,5 @@
{
name = "GRUB";
homepage = "https://www.gnu.org/software/grub/";
homepage = "https://www.gnu.org/software/grub";
maintainers = [ ];
}

View file

@ -1,6 +1,6 @@
{ lib, ... }:
{
name = "GTK";
homepage = "https://www.gtk.org/";
homepage = "https://www.gtk.org";
maintainers = [ lib.maintainers.danth ];
}

View file

@ -1,5 +1,5 @@
{
name = "Helix";
homepage = "https://helix-editor.com/";
homepage = "https://helix-editor.com";
maintainers = [ ];
}

View file

@ -1,5 +1,5 @@
{
name = "i3";
homepage = "https://i3wm.org/";
homepage = "https://i3wm.org";
maintainers = [ ];
}

View file

@ -1,5 +1,5 @@
{
name = "KDE";
homepage = "https://kde.org/";
homepage = "https://kde.org";
maintainers = [ ];
}

View file

@ -1,5 +1,5 @@
{
name = "Kmscon";
homepage = "https://www.freedesktop.org/wiki/Software/kmscon/";
homepage = "https://www.freedesktop.org/wiki/Software/kmscon";
maintainers = [ ];
}

View file

@ -1,6 +1,6 @@
{ lib, ... }:
{
name = "mako";
homepage = "https://wayland.emersion.fr/mako/";
homepage = "https://wayland.emersion.fr/mako";
maintainers = [ lib.maintainers.mateusauler ];
}

View file

@ -1,5 +1,5 @@
{
name = "micro";
homepage = "https://micro-editor.github.io/";
homepage = "https://micro-editor.github.io";
maintainers = [ ];
}

View file

@ -1,7 +1,7 @@
{ lib, ... }:
{
name = "mpv";
homepage = "https://mpv.io/";
homepage = "https://mpv.io";
maintainers = with lib.maintainers; [
awwpotato
naho

View file

@ -2,11 +2,11 @@
{
name = "Neovim, Neovide, NixVim, nvf, and Vim";
homepage = {
Neovim = "https://www.neovim.io/";
Neovide = "https://neovide.dev/";
Neovim = "https://www.neovim.io";
Neovide = "https://neovide.dev";
NixVim = "https://github.com/nix-community/nixvim";
nvf = "https://github.com/NotAShelf/nvf";
Vim = "http://www.vim.org/";
Vim = "http://www.vim.org";
};
maintainers = with lib.maintainers; [
butzist

View file

@ -1,5 +1,5 @@
{
name = "Nushell";
homepage = "https://www.nushell.sh/";
homepage = "https://www.nushell.sh";
maintainers = [ ];
}

View file

@ -1,7 +1,7 @@
{ lib, ... }:
{
name = "Plymouth";
homepage = "https://www.freedesktop.org/wiki/Software/Plymouth/";
homepage = "https://www.freedesktop.org/wiki/Software/Plymouth";
maintainers = with lib.maintainers; [
_0x5a4
danth

View file

@ -1,4 +1,4 @@
# Starship configuration documentation: https://starship.rs/config/
# Starship configuration documentation: https://starship.rs/config
{ mkTarget, ... }:
mkTarget {
name = "starship";

View file

@ -1,6 +1,6 @@
{ lib, ... }:
{
name = "starship";
homepage = "https://starship.rs/";
homepage = "https://starship.rs";
maintainers = [ lib.maintainers.cluther ];
}

View file

@ -1,5 +1,5 @@
{
name = "Sway";
homepage = "https://swaywm.org/";
homepage = "https://swaywm.org";
maintainers = [ ];
}

View file

@ -1,5 +1,5 @@
{
name = "tmux";
homepage = "https://tmux.github.io/";
homepage = "https://tmux.github.io";
maintainers = [ ];
}

View file

@ -1,7 +1,7 @@
{ lib, ... }:
{
name = "VSCode";
homepage = "https://code.visualstudio.com/";
homepage = "https://code.visualstudio.com";
maintainers = with lib.maintainers; [
Flameopathic
danth

View file

@ -1,6 +1,6 @@
{ lib, ... }:
{
name = "Wayfire";
homepage = "https://wayfire.org/";
homepage = "https://wayfire.org";
maintainers = [ lib.maintainers._0x5a4 ];
}

View file

@ -1,5 +1,5 @@
{
name = "Xfce";
homepage = "https://www.xfce.org/";
homepage = "https://www.xfce.org";
maintainers = [ ];
}

View file

@ -1,5 +1,5 @@
{
name = "Xresources file";
homepage = "https://www.x.org/wiki/";
homepage = "https://www.x.org/wiki";
maintainers = [ ];
}

View file

@ -1,7 +1,7 @@
{ lib, ... }:
{
name = "zathura";
homepage = "https://pwmt.org/projects/zathura/";
homepage = "https://pwmt.org/projects/zathura";
maintainers = with lib.maintainers; [
mateusauler
naho

View file

@ -1,5 +1,5 @@
{
name = "Zed";
homepage = "https://zed.dev/";
homepage = "https://zed.dev";
maintainers = [ ];
}

View file

@ -1,6 +1,6 @@
{ lib, ... }:
{
name = "Zellij";
homepage = "https://zellij.dev/";
homepage = "https://zellij.dev";
maintainers = [ lib.maintainers.naho ];
}

View file

@ -63,6 +63,6 @@
<h2>Documentation</h2>
<p>Each color should be used as described in <a href="https://github.com/chriskempson/base16/blob/main/styling.md#styling-guidelines"> this table</a>.</p>
<p>See the <a href="https://nix-community.github.io/stylix/">Stylix documentation</a> for how to apply these colors on NixOS.</p>
<p>See the <a href="https://nix-community.github.io/stylix">Stylix documentation</a> for how to apply these colors on NixOS.</p>
</body>
</html>