Skip to content

Commit da91d98

Browse files
authored
Remove references to libsass.org (#3160)
* Remove references to libsass.org This domain has expired. * Update resource.rc * Update build-on-gentoo.md
1 parent d593a6b commit da91d98

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docs/build-on-gentoo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ EAPI=4
77
inherit eutils git-2 autotools
88

99
DESCRIPTION="A C/C++ implementation of a Sass compiler."
10-
HOMEPAGE="http://libsass.org/"
10+
HOMEPAGE="https://sass-lang.com/"
1111
EGIT_PROJECT='libsass'
1212
EGIT_REPO_URI="https://github.com/sass/libsass.git"
1313
LICENSE="MIT"
@@ -38,7 +38,7 @@ EAPI=4
3838
inherit eutils git-2 autotools
3939

4040
DESCRIPTION="Command Line Tool for LibSass."
41-
HOMEPAGE="http://libsass.org/"
41+
HOMEPAGE="https://sass-lang.com/"
4242
EGIT_PROJECT='sassc'
4343
EGIT_REPO_URI="https://github.com/sass/sassc.git"
4444
LICENSE="MIT"

res/resource.rc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ BEGIN
2222
VALUE "FileDescription", "A C/C++ implementation of a Sass compiler"
2323
VALUE "FileVersion", "1.0.0.0"
2424
VALUE "InternalName", "libsass"
25-
VALUE "LegalCopyright", "\251 2017 libsass.org"
25+
VALUE "LegalCopyright", "\251 2017 sass-lang.org"
2626
VALUE "OriginalFilename", "libsass.dll"
2727
VALUE "ProductName", "LibSass Library"
2828
VALUE "ProductVersion", "1.0.0.0"

0 commit comments

Comments
 (0)