From c8b54bdf255125fe21c6da048fab7536692931a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=BCllner?= Date: Thu, 17 Oct 2024 22:57:06 +0200 Subject: [PATCH] docs: Remove obsolete sass submodule documentation Thankfully the submodule is gone, so we don't have to document how to updated it. Part-of: --- REUSE.toml | 2 +- data/HACKING | 2 -- 2 files changed, 1 insertion(+), 3 deletions(-) delete mode 100644 data/HACKING diff --git a/REUSE.toml b/REUSE.toml index d5f1da95..8e8f4ca1 100644 --- a/REUSE.toml +++ b/REUSE.toml @@ -7,7 +7,7 @@ SPDX-PackageSupplier = "Florian Müllner " SPDX-PackageDownloadLocation = "https://gitlab.gnome.org/GNOME/gnome-shell-extensions" [[annotations]] -path = ["NEWS", "README.md", "HACKING.md", "data/HACKING"] +path = ["NEWS", "README.md", "HACKING.md"] SPDX-FileCopyrightText = "No rights reserved" SPDX-License-Identifier = "CC0-1.0" diff --git a/data/HACKING b/data/HACKING deleted file mode 100644 index 8e053392..00000000 --- a/data/HACKING +++ /dev/null @@ -1,2 +0,0 @@ -To update the gnome-shell-sass submodule to latest upstream commit: -git submodule update --rebase