Commit Graph

12 Commits

Author SHA1 Message Date
Seth Flynn
344f0b7bba authenticator: remove unneeded glycin-loaders dependency
Most likely copy-pasta.
2026-01-18 19:06:49 +01:00
Fernando Rodrigues
05580f4b44 treewide: switch instances of lib.teams.*.members to the new meta.teams attribute
Follow-up to #394797.

Signed-off-by: Fernando Rodrigues <alpha@sigmasquadron.net>
2025-04-25 22:20:17 -03:00
Seth Flynn
dbb90e1bf6 authenticator: modernize 2025-03-28 23:54:50 -04:00
Seth Flynn
75de78d637 authenticator: format with nixfmt 2025-03-28 23:52:10 -04:00
Seth Flynn
c0f55b6a07 authenticator: 4.6.0 -> 4.6.2
Diff: https://gitlab.gnome.org/World/Authenticator/-/compare/4.6.0..4.6.2
2025-03-28 23:45:22 -04:00
Seth Flynn
a0ab65c180 authenticator: 4.5.0 -> 4.6.0 2025-03-23 21:15:49 -04:00
Alyssa Ross
c368e3cb07 treewide: migrate to fetchCargoVendor, batch 3
Cargo 1.84.0 seems to have changed the output format of cargo vendor
again, once again invalidating fetchCargoTarball FOD hashes.  It's
time to fix this once and for all, switching across the board to
fetchCargoVendor, which is not dependent on cargo vendor's output
format.

It should be possible to reproduce this diff.  To do so, get the list
of files changed by this commit, e.g. with git diff --name-only, then
run the following two commands, each with that list of files as their
standard input:

	xargs sed -i 's/fetchCargoTarball/fetchCargoVendor/'
	cut -d / -f 4 | xargs -n 1 nix-update --version=skip

This will take a long time.  It might be possible to parallelize it
using xargs' -P option.  I haven't tested it.
2025-01-23 14:35:41 +01:00
seth
e1c234e5e2 treewide: add updateScript to gnome circle packages (#367823)
* decoder: remove gnome circle team from maintainers

This was mistakenly placed here instead of in `gnome-decoder`

* gnome-decoder: add gnome circle team to maintainers

* treewide: add updateScript to gnome circle packages
2024-12-28 18:24:45 -05:00
Aleksana
b65461df19 maintainers/team-list: establish the gnome circle team (#364181) 2024-12-12 15:05:11 +08:00
Jo-Blade
27f87b72bd authenticator: 4.4.0 -> 4.5.0 (#362980) 2024-12-11 15:00:00 -05:00
seth
3169a2c192 treewide: add gnome circle team to all gnome circle apps 2024-12-11 14:27:13 -05:00
aleksana
571c71e6f7 treewide: migrate packages to pkgs/by-name, take 1
We are migrating packages that meet below requirements:

1. using `callPackage`
2. called path is a directory
3. overriding set is empty (`{ }`)
4. not containing path expressions other than relative path (to
makenixpkgs-vet happy)
5. not referenced by nix files outside of the directory, other
than`pkgs/top-level/all-packages.nix`
6. not referencing nix files outside of the directory
7. not referencing `default.nix` (since it's changed to `package.nix`)
8. `outPath` doesn't change after migration

The tool is here: https://github.com/Aleksanaa/by-name-migrate.
2024-11-09 20:04:51 +08:00