mirror of
https://codeberg.org/guix/guix.git
synced 2025-10-02 02:15:12 +00:00
gnu: Use HTTPS for sass-lang.com everywhere.
* gnu/packages/ruby.scm (ruby-sass)[home-page]: Use HTTPS. * gnu/packages/web.scm (sassc)[home-page]: Likewise.
This commit is contained in:
parent
9a50f47c49
commit
3497086b6b
2 changed files with 5 additions and 6 deletions
|
@ -7755,7 +7755,7 @@ the @file{spec} directory.")
|
|||
(native-inputs
|
||||
`(("ruby-sass-spec" ,ruby-sass-spec)
|
||||
("ruby-mathn" ,ruby-mathn)))
|
||||
(home-page "http://sass-lang.com/")
|
||||
(home-page "https://sass-lang.com/")
|
||||
(synopsis "CSS extension language")
|
||||
(description "Sass is a CSS extension language. It extends CSS with
|
||||
features that don't exist yet like variables, nesting, mixins and inheritance.")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue