Difference in license attrset schema between lib and tidepool caused eval fails, as in [here](https://hydra.aux-cache.dev/jobset/aux/tidepool#tabs-errors). This PR changes tidepool's scheme to align it with lib: ```console ❯ nix eval -f tidepool packages.foundation.bash.latest.meta.license --json | jq { "free": true, "fullName": "GNU General Public License v3.0 or later", "name": "gpl3Plus", "redistributable": true, "spdxId": "GPL-3.0-or-later", "url": "https://spdx.org/licenses/GPL-3.0-or-later.html" } ``` I kinda liked the previous schema of tidepool, but it's a lower impact fix than bumping lib's major, and I think we want to think more about licenses in lib (e.g. it would probably make sense to move tidepool's license type there to avoid dupplicating the code for the default behavior). Co-authored-by: austreelis <git@swhaele.net> Reviewed-on: #30 Reviewed-by: vlinkz <vlinkz@snowflakeos.org> Co-authored-by: Austreelis <austreelis@noreply.git.auxolotl.org> Co-committed-by: Austreelis <austreelis@noreply.git.auxolotl.org> |
||
|---|---|---|
| .. | ||
| builders | ||
| lib | ||
| mirrors | ||
| packages | ||