Unverified Commit 9ccfd63d authored by tomberek's avatar tomberek Committed by GitHub
Browse files

art: fix homepage link (#475254)

parents c19abb51 6f9e01e3
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -114,7 +114,7 @@ stdenv.mkDerivation rec {

  meta = {
    description = "Raw converter based on RawTherapee";
    homepage = "https://art.pixls.us";
    homepage = "https://artraweditor.github.io";
    license = lib.licenses.gpl3Plus;
    maintainers = with lib.maintainers; [ paperdigits ];
    mainProgram = "ART";