Update license according to upstream changelog

This commit is contained in:
Jonas Heinrich 2022-08-24 10:08:00 +02:00 committed by GitHub
parent f6d7d394f4
commit 89f81fb91c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -20,7 +20,7 @@ buildGoModule rec {
description = "Small utility for showing information about ELF files";
homepage = "https://elfinfo.roboticoverlords.org/";
changelog = "https://github.com/xyproto/elfinfo/releases/tag/${version}";
license = licenses.mit;
license = licenses.bsd3;
maintainers = with maintainers; [ dtzWill ];
};
}