[utilities/kalk] /: Removed duplicate logo in repo
Michael Rostom <[email protected]>
| Newsgroups | gmane.comp.kde.cvs |
|---|---|
| Message-ID | <[email protected]> |
Git commit f996d2c1187a74f4bc94834ee8ca6dfb067327f3 by Michael Rostom. Committed on 04/08/2026 at 14:53. Pushed by devinlin into branch 'master'. Removed duplicate logo in repo M +1 -1 .reuse/dep5 M +1 -1 README.md D +- -- kalk.png https://invent.kde.org/utilities/kalk/-/commit/f996d2c1187a74f4bc94834ee8ca6dfb067327f3 diff --git a/.reuse/dep5 b/.reuse/dep5 index 9ce7bab..2d967e1 100644 --- a/.reuse/dep5 +++ b/.reuse/dep5 @@ -2,7 +2,7 @@ Format: https://www.debian.org/doc/packaging-manuals/copyright-format/1.0/ Upstream-Name: Kalk Source: https://invent.kde.org/plasma-mobile/kalk -Files: android/res/drawable/kalk.png kalk.png logo.png org.kde.kalk.svg +Files: android/res/drawable/kalk.png logo.png org.kde.kalk.svg Copyright: 2021 Manuel Jesús de la Fuente <[email protected]> License: CC-BY-4.0 diff --git a/README.md b/README.md index 302c5d1..76b3c49 100644 --- a/README.md +++ b/README.md @@ -3,7 +3,7 @@ - SPDX-License-Identifier: CC0-1.0 --> -# <img src="kalk.png" width="48"/> Kalk +# <img src="logo.png" width="48"/> Kalk Kalk is a convergent calculator application built with the [Kirigami framework](https://kde.org/products/kirigami/). Although it is mainly targeted for mobile platforms, it can also be used on the desktop. Originally starting as a fork of [Liri calculator](https://github.com/lirios/calculator), Kalk has gone through heavy development, and no longer shares the same codebase with Liri calculator. diff --git a/kalk.png b/kalk.png deleted file mode 100644 index e40c1a1..0000000 Binary files a/kalk.png and /dev/null differ