lib.license: add CFITSIO license, cfitsio: change license and homepage (#521119)

This commit is contained in:
Alyssa Ross
2026-05-18 06:01:05 +00:00
committed by GitHub
2 changed files with 7 additions and 2 deletions
+5
View File
@@ -475,6 +475,11 @@ lib.mapAttrs mkLicense (
fullName = "CeCILL-C Free Software License Agreement";
};
cfitsio = {
spdxId = "CFITSIO";
fullName = "CFITSIO License";
};
classpathException20 = {
spdxId = "Classpath-exception-2.0";
fullName = "Classpath exception 2.0";
+2 -2
View File
@@ -73,7 +73,7 @@ stdenv.mkDerivation (finalAttrs: {
};
meta = {
homepage = "https://heasarc.gsfc.nasa.gov/fitsio/";
homepage = "https://heasarc.gsfc.nasa.gov/docs/software/fitsio/";
description = "Library for reading and writing FITS data files";
longDescription = ''
CFITSIO is a library of C and Fortran subroutines for reading and
@@ -85,7 +85,7 @@ stdenv.mkDerivation (finalAttrs: {
FITS files.
'';
changelog = "https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt";
license = lib.licenses.mit;
license = lib.licenses.cfitsio;
maintainers = with lib.maintainers; [
returntoreality
xbreak