treewide: adopt astronomy packages maintained by hjones2199
This commit is contained in:
@@ -70,7 +70,10 @@ stdenv.mkDerivation rec {
|
||||
mainProgram = "celestia";
|
||||
changelog = "https://github.com/CelestiaProject/Celestia/releases/tag/${version}";
|
||||
license = lib.licenses.gpl2Plus;
|
||||
maintainers = with lib.maintainers; [ hjones2199 ];
|
||||
maintainers = with lib.maintainers; [
|
||||
hjones2199
|
||||
returntoreality
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -61,6 +61,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
changelog = "https://heasarc.gsfc.nasa.gov/FTP/software/fitsio/c/docs/changes.txt";
|
||||
license = lib.licenses.mit;
|
||||
maintainers = with lib.maintainers; [
|
||||
returntoreality
|
||||
xbreak
|
||||
hjones2199
|
||||
];
|
||||
|
||||
@@ -25,7 +25,10 @@ stdenv.mkDerivation rec {
|
||||
mainProgram = "libnovaconfig";
|
||||
homepage = "http://libnova.sf.net";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ hjones2199 ];
|
||||
maintainers = with maintainers; [
|
||||
hjones2199
|
||||
returntoreality
|
||||
];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -25,7 +25,10 @@ stdenv.mkDerivation rec {
|
||||
description = "Highly optimized library for processing RAW images";
|
||||
homepage = "https://github.com/CarVac/librtprocess";
|
||||
license = licenses.gpl3Plus;
|
||||
maintainers = with maintainers; [ hjones2199 ];
|
||||
maintainers = with maintainers; [
|
||||
hjones2199
|
||||
returntoreality
|
||||
];
|
||||
platforms = platforms.unix;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -55,7 +55,10 @@ stdenv.mkDerivation rec {
|
||||
description = "Telescope auto-guidance application";
|
||||
changelog = "https://github.com/OpenPHDGuiding/phd2/releases/tag/v${version}";
|
||||
license = lib.licenses.bsd3;
|
||||
maintainers = with lib.maintainers; [ hjones2199 ];
|
||||
maintainers = with lib.maintainers; [
|
||||
hjones2199
|
||||
returntoreality
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -103,7 +103,10 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
description = "Astrophotographic image processing tool";
|
||||
license = lib.licenses.gpl3Plus;
|
||||
changelog = "https://gitlab.com/free-astro/siril/-/blob/HEAD/ChangeLog";
|
||||
maintainers = with lib.maintainers; [ hjones2199 ];
|
||||
maintainers = with lib.maintainers; [
|
||||
hjones2199
|
||||
returntoreality
|
||||
];
|
||||
platforms = lib.platforms.linux;
|
||||
};
|
||||
})
|
||||
|
||||
@@ -40,7 +40,10 @@ stdenv.mkDerivation rec {
|
||||
and their conversion to image coordinate systems. This is the
|
||||
standard library for this purpose in astronomy.
|
||||
'';
|
||||
maintainers = with lib.maintainers; [ hjones2199 ];
|
||||
maintainers = with lib.maintainers; [
|
||||
hjones2199
|
||||
returntoreality
|
||||
];
|
||||
license = lib.licenses.lgpl3Plus;
|
||||
platforms = lib.platforms.unix;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user