dump1090-fa: rename, add alias, new maintainer and meta.mainProgram
This commit is contained in:
parent
619b96c559
commit
cc93e4f438
@ -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";
|
||||
};
|
||||
})
|
@ -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
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user