0
0
Fork 0
mirror of https://github.com/NixOS/nixpkgs.git synced 2025-07-13 13:40:28 +03:00

Merge geocode-glib: drop, geocode-glib_2: refactor (#399091)

This commit is contained in:
Jan Tojnar 2025-04-17 21:44:37 +02:00 committed by GitHub
commit ef88c3a180
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 15 additions and 20 deletions

View file

@ -11,5 +11,5 @@ makeInstalledTest {
];
};
tested = pkgs.geocode-glib;
tested = pkgs.geocode-glib_2;
}