dump1090-fa: rename, add alias, new maintainer and meta.mainProgram

This commit is contained in:
Andrea Ciceri 2025-02-12 07:05:15 +00:00
parent 619b96c559
commit cc93e4f438
No known key found for this signature in database
2 changed files with 6 additions and 1 deletions

View File

@ -61,6 +61,10 @@ stdenv.mkDerivation (finalAttrs: {
homepage = "https://github.com/flightaware/dump1090";
license = lib.licenses.gpl2Plus;
platforms = lib.platforms.unix;
maintainers = with lib.maintainers; [ earldouglas ];
maintainers = with lib.maintainers; [
earldouglas
aciceri
];
mainProgram = "dump1090";
};
})

View File

@ -536,6 +536,7 @@ mapAliases {
dtv-scan-tables_linuxtv = dtv-scan-tables; # Added 2023-03-03
dtv-scan-tables_tvheadend = dtv-scan-tables; # Added 2023-03-03
du-dust = dust; # Added 2024-01-19
dump1090 = dump1090-fa; # Added 2024-02-12
dwfv = throw "'dwfv' has been removed due to lack of upstream maintenance";
dylibbundler = throw "'dylibbundler' has been renamed to/replaced by 'macdylibbundler'"; # Converted to throw 2024-10-17